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.c2755 error = __cond_wait(cv, mp); in sig_cond_wait()
3539 __cond_wait(cond_t *cvp, mutex_t *mp) in __cond_wait() function
3572 error = __cond_wait(cvp, mp); in cond_wait()
H A Dthr.c1906 (void) __cond_wait(cvp, mp); in safe_suspend()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1495 extern int __cond_wait(cond_t *, mutex_t *);