Searched refs:LOCK_OWNERDEAD (Results 1 – 3 of 3) sorted by relevance
342 lockflg = exec? LOCK_UNMAPPED : LOCK_OWNERDEAD; in lwpchan_destroy_cache()762 } else if (flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED)) { in lwp_upimutex_lock()763 if (flag & LOCK_OWNERDEAD) in lwp_upimutex_lock()913 } else if (flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED)) { 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()1060 (LOCK_OWNERDEAD | LOCK_UNMAPPED | LOCK_NOTRECOVERABLE)) == 0) { in lwp_clear_mutex()1104 LOCK_UNMAPPED : LOCK_OWNERDEAD; in upimutex_cleanup()1337 if (flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED)) { in lwp_mutex_timedlock()[all …]
153 #define LOCK_OWNERDEAD 0x1 macro
1385 if (mp->mutex_flag & LOCK_OWNERDEAD) { in mutex_trylock_adaptive()1592 if (mp->mutex_flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED)) { in mutex_trylock_process()1594 if (mp->mutex_flag & LOCK_OWNERDEAD) in mutex_trylock_process()1888 if (mp->mutex_flag & LOCK_OWNERDEAD) { in mutex_lock_queue()2443 (mp->mutex_flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED))) { in mutex_unlock_internal()2445 mp->mutex_flag &= ~(LOCK_OWNERDEAD | LOCK_UNMAPPED); in mutex_unlock_internal()2836 (mp->mutex_flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED))) { in mutex_consistent()2837 mp->mutex_flag &= ~(LOCK_OWNERDEAD | LOCK_UNMAPPED); in mutex_consistent()3090 mp->mutex_flag |= LOCK_OWNERDEAD; in heldlock_exit()3159 if (mp->mutex_flag & LOCK_OWNERDEAD) { in cond_sleep_queue()[all …]