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

/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1408 extern int __cond_wait(cond_t *, mutex_t *);
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c2732 error = __cond_wait(cv, mp);
3511 * cond_wait() is a cancellation point but __cond_wait() is not.
3514 * since __cond_wait() is not exported from libc.
3517 __cond_wait(cond_t *cvp, mutex_t *mp) function
3550 error = __cond_wait(cvp, mp);
H A Dthr.c1864 (void) __cond_wait(cvp, mp);

Completed in 43 milliseconds