Home
last modified time | relevance | path

Searched refs:LOCK_ROBUST (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c115 LOCK_ROBUST)
144 type |= (USYNC_PROCESS | LOCK_ROBUST); in mutex_init()
157 } else if (type & LOCK_ROBUST) { in mutex_init()
1269 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_adaptive()
2093 == (USYNC_PROCESS | LOCK_ROBUST)) in mutex_lock_internal()
2118 ASSERT(mtype & LOCK_ROBUST); in mutex_lock_internal()
2152 if (mtype & LOCK_ROBUST) in mutex_lock_internal()
2477 ASSERT(mtype & LOCK_ROBUST); in mutex_unlock_internal()
2501 if (mtype & LOCK_ROBUST) in mutex_unlock_internal()
2887 (mp->mutex_type & LOCK_ROBUST) && in mutex_consistent()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsynch.h139 #define LOCK_ROBUST 0x40 /* robust lock */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c352 == (USYNC_PROCESS | LOCK_ROBUST)) in lwpchan_destroy_cache()
1235 if (type & LOCK_ROBUST) { in lwp_mutex_timedlock()
1336 if (type & LOCK_ROBUST) { in lwp_mutex_timedlock()
1350 if (type & LOCK_ROBUST) { in lwp_mutex_timedlock()
2888 != (USYNC_PROCESS | LOCK_ROBUST)) in lwp_mutex_cleanup()
2997 if ((type & (USYNC_PROCESS|LOCK_ROBUST)) in lwp_mutex_register()
2998 != (USYNC_PROCESS|LOCK_ROBUST)) { in lwp_mutex_register()
3090 if (type & LOCK_ROBUST) { in lwp_mutex_trylock()
3105 if (type & LOCK_ROBUST) { in lwp_mutex_trylock()
3184 if (type & LOCK_ROBUST) { in lwp_mutex_unlock()
[all …]
/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dlockmap.c133 USYNC_PROCESS | LOCK_ROBUST, 0)) { in init_locks_mem()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dlock_update.c79 USYNC_PROCESS | LOCK_ROBUST, 0)) != 0) { in init_update_locks_mem()
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid.c275 (void) mutex_init(&data->lock, USYNC_PROCESS|LOCK_ROBUST, 0); in map_state()
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c191 USYNC_PROCESS | LOCK_ROBUST, NULL); in mq_init()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c531 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | LOCK_ROBUST | \
553 if (type & LOCK_ROBUST) in synch_type()