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

/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);

Completed in 32 milliseconds