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()1063 (LOCK_OWNERDEAD | LOCK_UNMAPPED | LOCK_NOTRECOVERABLE)) == 0) { in lwp_clear_mutex()1107 LOCK_UNMAPPED : LOCK_OWNERDEAD; in upimutex_cleanup()1352 if (flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED)) { in lwp_mutex_timedlock()[all …]
151 #define LOCK_OWNERDEAD 0x1 macro
1388 if (mp->mutex_flag & LOCK_OWNERDEAD) { in mutex_trylock_adaptive()1595 if (mp->mutex_flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED)) { in mutex_trylock_process()1597 if (mp->mutex_flag & LOCK_OWNERDEAD) in mutex_trylock_process()1891 if (mp->mutex_flag & LOCK_OWNERDEAD) { in mutex_lock_queue()2509 (mp->mutex_flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED))) { in mutex_unlock_internal()2511 mp->mutex_flag &= ~(LOCK_OWNERDEAD | LOCK_UNMAPPED); in mutex_unlock_internal()2922 (mp->mutex_flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED))) { in mutex_consistent()2923 mp->mutex_flag &= ~(LOCK_OWNERDEAD | LOCK_UNMAPPED); in mutex_consistent()3176 mp->mutex_flag |= LOCK_OWNERDEAD; in heldlock_exit()3248 if (mp->mutex_flag & LOCK_OWNERDEAD) { in cond_sleep_queue()[all …]