Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c1706 mutex_unlock_queue(mutex_t *mp, int release_all) in mutex_unlock_queue() function
2495 if ((lwpid = mutex_unlock_queue(mp, release_all)) != 0) { in mutex_unlock_internal()
2563 if ((lwpid = mutex_unlock_queue(mp, 0)) != 0) { in mutex_unlock()
2701 if ((lwpid = mutex_unlock_queue(mp, 0)) != 0) { in lmutex_unlock()
3216 lwpid = mutex_unlock_queue(mp, release_all); in cond_sleep_queue()