Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsynch.h155 #define LOCK_DEADLOCK 0x10 macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_mutex.c234 flags = LOCK_DEADLOCK; in pthread_mutex_init()
H A Dsynch.c2283 (mp->mutex_flag & LOCK_DEADLOCK) == 0) { in mutex_lock_impl()