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.c1707 mutex_unlock_queue(mutex_t *mp, int release_all) in mutex_unlock_queue() function
2528 if ((lwpid = mutex_unlock_queue(mp, release_all)) != 0) { in mutex_unlock_internal()
2596 if ((lwpid = mutex_unlock_queue(mp, 0)) != 0) { in mutex_unlock()
2734 if ((lwpid = mutex_unlock_queue(mp, 0)) != 0) { in lmutex_unlock()
3253 lwpid = mutex_unlock_queue(mp, release_all); in cond_sleep_queue()