Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/threads/
H A Dsynch.c114 LOCK_ROBUST)
143 type |= (USYNC_PROCESS | LOCK_ROBUST); in mutex_init()
156 } else if (type & LOCK_ROBUST) { in mutex_init()
1268 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_adaptive()
1362 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_adaptive()
1387 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_adaptive()
1451 self->ul_misaligned && !(mp->mutex_type & LOCK_ROBUST)); in mutex_trylock_process()
1463 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_process()
1568 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_process()
1594 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_process()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dsynch.h141 #define LOCK_ROBUST 0x40 /* robust lock */ macro
/titanic_50/usr/src/uts/common/syscall/
H A Dlwp_sobj.c351 (ent->lwpchan_type & (USYNC_PROCESS | LOCK_ROBUST)) in lwpchan_destroy_cache()
352 == (USYNC_PROCESS | LOCK_ROBUST)) in lwpchan_destroy_cache()
1220 if (type & LOCK_ROBUST) { in lwp_mutex_timedlock()
1321 if (type & LOCK_ROBUST) { in lwp_mutex_timedlock()
1335 if (type & LOCK_ROBUST) { in lwp_mutex_timedlock()
2872 if ((ent->lwpchan_type & (USYNC_PROCESS | LOCK_ROBUST)) in lwp_mutex_cleanup()
2873 != (USYNC_PROCESS | LOCK_ROBUST)) in lwp_mutex_cleanup()
2982 if ((type & (USYNC_PROCESS|LOCK_ROBUST)) in lwp_mutex_register()
2983 != (USYNC_PROCESS|LOCK_ROBUST)) { in lwp_mutex_register()
3062 if (type & LOCK_ROBUST) { in lwp_mutex_trylock()
[all …]
/titanic_50/usr/src/cmd/ypcmd/shared/
H A Dlockmap.c135 USYNC_PROCESS | LOCK_ROBUST, 0)) { in init_locks_mem()
/titanic_50/usr/src/lib/libnisdb/yptol/
H A Dlock_update.c79 USYNC_PROCESS | LOCK_ROBUST, 0)) != 0) { in init_update_locks_mem()
/titanic_50/usr/src/lib/libuuid/common/
H A Duuid.c275 (void) mutex_init(&data->lock, USYNC_PROCESS|LOCK_ROBUST, 0); in map_state()
/titanic_50/usr/src/lib/libc/port/rt/
H A Dmqueue.c193 USYNC_PROCESS | LOCK_ROBUST, NULL); in mq_init()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c535 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | LOCK_ROBUST | \
557 if (type & LOCK_ROBUST) in synch_type()