Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c3313 cond_wait_queue(cond_t *cvp, mutex_t *mp, timespec_t *tsp) in cond_wait_queue() function
3516 error = cond_wait_queue(cvp, mp, tsp); in cond_wait_common()
3557 return (cond_wait_queue(cvp, mp, NULL)); in __cond_wait()