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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c3649 * cond_reltimedwait() is a cancellation point but __cond_reltimedwait() is not.
3664 cond_reltimedwait(cond_t *cvp, mutex_t *mp, const timespec_t *reltime) function
3684 error = cond_reltimedwait((cond_t *)cvp, (mutex_t *)mp, reltime);
/illumos-gate/usr/src/man/man3c/
H A DMakefile730 cond_reltimedwait.3c \
1565 cond_reltimedwait.3c := LINKSRC = cond_init.3c

Completed in 76 milliseconds