Searched refs:LOCK_NOTRECOVERABLE (Results 1 – 3 of 3) sorted by relevance
154 #define LOCK_NOTRECOVERABLE 0x2 macro
671 if (ts != NULL && !(flag & LOCK_NOTRECOVERABLE)) { in upimutex_unlock()750 if (flag & LOCK_NOTRECOVERABLE) { in lwp_upimutex_lock()929 if (flag & LOCK_NOTRECOVERABLE) { in lwp_upimutex_lock()1013 flag |= LOCK_NOTRECOVERABLE; in lwp_upimutex_unlock()1060 (LOCK_OWNERDEAD | LOCK_UNMAPPED | LOCK_NOTRECOVERABLE)) == 0) { in lwp_clear_mutex()1120 upimutex_unlock(upip, LOCK_NOTRECOVERABLE); in upimutex_cleanup()1222 if (flag & LOCK_NOTRECOVERABLE) { in lwp_mutex_timedlock()1323 if (flag & LOCK_NOTRECOVERABLE) { in lwp_mutex_timedlock()2927 if (flag & LOCK_NOTRECOVERABLE) { in lwp_mutex_cleanup()3064 if (flag & LOCK_NOTRECOVERABLE) { in lwp_mutex_trylock()[all …]
1266 if (mp->mutex_flag & LOCK_NOTRECOVERABLE) { in mutex_trylock_adaptive()1360 if (error == 0 && (mp->mutex_flag & LOCK_NOTRECOVERABLE)) { in mutex_trylock_adaptive()1461 if (mp->mutex_flag & LOCK_NOTRECOVERABLE) { in mutex_trylock_process()1566 if (error == 0 && (mp->mutex_flag & LOCK_NOTRECOVERABLE)) { in mutex_trylock_process()1866 if (error == 0 && (mp->mutex_flag & LOCK_NOTRECOVERABLE)) { in mutex_lock_queue()2446 mp->mutex_flag |= LOCK_NOTRECOVERABLE; in mutex_unlock_internal()2448 release_all = ((mp->mutex_flag & LOCK_NOTRECOVERABLE) != 0); in mutex_unlock_internal()3161 mp->mutex_flag |= LOCK_NOTRECOVERABLE; in cond_sleep_queue()3163 release_all = ((mp->mutex_flag & LOCK_NOTRECOVERABLE) != 0); in cond_sleep_queue()