Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsynch.h152 #define LOCK_NOTRECOVERABLE 0x2 macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c671 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()
1123 upimutex_unlock(upip, LOCK_NOTRECOVERABLE); in upimutex_cleanup()
1237 if (flag & LOCK_NOTRECOVERABLE) { in lwp_mutex_timedlock()
1338 if (flag & LOCK_NOTRECOVERABLE) { in lwp_mutex_timedlock()
2942 if (flag & LOCK_NOTRECOVERABLE) { in lwp_mutex_cleanup()
3092 if (flag & LOCK_NOTRECOVERABLE) { in lwp_mutex_trylock()
3188 flag |= LOCK_NOTRECOVERABLE; in lwp_mutex_unlock()
[all …]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c1268 if (mp->mutex_flag & LOCK_NOTRECOVERABLE) { in mutex_trylock_adaptive()
1362 if (error == 0 && (mp->mutex_flag & LOCK_NOTRECOVERABLE)) { in mutex_trylock_adaptive()
1463 if (mp->mutex_flag & LOCK_NOTRECOVERABLE) { in mutex_trylock_process()
1568 if (error == 0 && (mp->mutex_flag & LOCK_NOTRECOVERABLE)) { in mutex_trylock_process()
1868 if (error == 0 && (mp->mutex_flag & LOCK_NOTRECOVERABLE)) { in mutex_lock_queue()
2479 mp->mutex_flag |= LOCK_NOTRECOVERABLE; in mutex_unlock_internal()
2481 release_all = ((mp->mutex_flag & LOCK_NOTRECOVERABLE) != 0); in mutex_unlock_internal()
3213 mp->mutex_flag |= LOCK_NOTRECOVERABLE; in cond_sleep_queue()
3215 release_all = ((mp->mutex_flag & LOCK_NOTRECOVERABLE) != 0); in cond_sleep_queue()