Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/threads/
H A Dsynch.c113 LOCK_ROBUST)
142 type |= (USYNC_PROCESS | LOCK_ROBUST); in mutex_init()
155 } else if (type & LOCK_ROBUST) { in mutex_init()
1267 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_adaptive()
1361 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_adaptive()
1386 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_adaptive()
1450 self->ul_misaligned && !(mp->mutex_type & LOCK_ROBUST)); in mutex_trylock_process()
1462 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_process()
1567 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_process()
1593 ASSERT(mp->mutex_type & LOCK_ROBUST); in mutex_trylock_process()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dsynch.h141 #define LOCK_ROBUST 0x40 /* robust lock */ macro
/titanic_44/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_44/usr/src/cmd/ypcmd/shared/
H A Dlockmap.c135 USYNC_PROCESS | LOCK_ROBUST, 0)) { in init_locks_mem()
/titanic_44/usr/src/lib/libnisdb/yptol/
H A Dlock_update.c80 USYNC_PROCESS | LOCK_ROBUST, 0)) { in init_update_locks_mem()
/titanic_44/usr/src/lib/libuuid/common/
H A Duuid.c275 (void) mutex_init(&data->lock, USYNC_PROCESS|LOCK_ROBUST, 0); in map_state()
/titanic_44/usr/src/lib/libc/port/rt/
H A Dmqueue.c193 USYNC_PROCESS | LOCK_ROBUST, NULL); in mq_init()
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c534 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | LOCK_ROBUST | \
556 if (type & LOCK_ROBUST) in synch_type()