Searched refs:LOCK_ROBUST (Results 1 – 8 of 8) sorted by relevance
113 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 …]
141 #define LOCK_ROBUST 0x40 /* robust lock */ macro
351 (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 …]
135 USYNC_PROCESS | LOCK_ROBUST, 0)) { in init_locks_mem()
80 USYNC_PROCESS | LOCK_ROBUST, 0)) { in init_update_locks_mem()
275 (void) mutex_init(&data->lock, USYNC_PROCESS|LOCK_ROBUST, 0); in map_state()
193 USYNC_PROCESS | LOCK_ROBUST, NULL); in mq_init()
534 LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT | LOCK_ROBUST | \556 if (type & LOCK_ROBUST) in synch_type()