Home
last modified time | relevance | path

Searched refs:LOCK_OWNERDEAD (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c342 lockflg = exec? LOCK_UNMAPPED : LOCK_OWNERDEAD; in lwpchan_destroy_cache()
763 if (flag & LOCK_OWNERDEAD) in lwp_upimutex_lock()
914 if (flag & LOCK_OWNERDEAD) in lwp_upimutex_lock()
1008 if (flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED)) { in lwp_upimutex_unlock()
1012 flag &= ~(LOCK_OWNERDEAD | LOCK_UNMAPPED); in lwp_upimutex_unlock()
1107 LOCK_UNMAPPED : LOCK_OWNERDEAD; in upimutex_cleanup()
1352 if (flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED)) { in lwp_mutex_timedlock()
1353 if (flag & LOCK_OWNERDEAD) in lwp_mutex_timedlock()
3108 if (flag & LOCK_OWNERDEAD) in lwp_mutex_trylock()
3186 if (flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED)) { in lwp_mutex_unlock()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsynch.h151 #define LOCK_OWNERDEAD 0x1 macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c1387 if (mp->mutex_flag & LOCK_OWNERDEAD) { in mutex_trylock_adaptive()
1594 if (mp->mutex_flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED)) { in mutex_trylock_process()
1596 if (mp->mutex_flag & LOCK_OWNERDEAD) in mutex_trylock_process()
1890 if (mp->mutex_flag & LOCK_OWNERDEAD) { in mutex_lock_queue()
2476 (mp->mutex_flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED))) { in mutex_unlock_internal()
2478 mp->mutex_flag &= ~(LOCK_OWNERDEAD | LOCK_UNMAPPED); in mutex_unlock_internal()
2889 (mp->mutex_flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED))) { in mutex_consistent()
2890 mp->mutex_flag &= ~(LOCK_OWNERDEAD | LOCK_UNMAPPED); in mutex_consistent()
3143 mp->mutex_flag |= LOCK_OWNERDEAD; in heldlock_exit()
3211 if (mp->mutex_flag & LOCK_OWNERDEAD) { in cond_sleep_queue()
[all …]