Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/threads/
H A Dsynch.c1704 mutex_unlock_queue(mutex_t *mp, int release_all) in mutex_unlock_queue() function
2462 if ((lwpid = mutex_unlock_queue(mp, release_all)) != 0) { in mutex_unlock_internal()
2530 if ((lwpid = mutex_unlock_queue(mp, 0)) != 0) { in mutex_unlock()
2648 if ((lwpid = mutex_unlock_queue(mp, 0)) != 0) { in lmutex_unlock()
3164 lwpid = mutex_unlock_queue(mp, release_all); in cond_sleep_queue()