Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c2788 error = __cond_wait(cv, mp); in sig_cond_wait()
3576 __cond_wait(cond_t *cvp, mutex_t *mp) in __cond_wait() function
3609 error = __cond_wait(cvp, mp); in cond_wait()
H A Dthr.c1901 (void) __cond_wait(cvp, mp); in safe_suspend()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1496 extern int __cond_wait(cond_t *, mutex_t *);