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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c2765 error = __cond_reltimedwait(cv, mp, ts);
3649 * cond_reltimedwait() is a cancellation point but __cond_reltimedwait() is not.
3652 __cond_reltimedwait(cond_t *cvp, mutex_t *mp, const timespec_t *reltime) function
3669 error = __cond_reltimedwait(cvp, mp, reltime);

Completed in 66 milliseconds