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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c2745 error = __cond_wait(cv, mp);
3524 * cond_wait() is a cancellation point but __cond_wait() is not.
3527 * since __cond_wait() is not exported from libc.
3530 __cond_wait(cond_t *cvp, mutex_t *mp) function
3563 error = __cond_wait(cvp, mp);

Completed in 55 milliseconds