Home
last modified time | relevance | path

Searched refs:__cond_timedwait (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1496 extern int __cond_timedwait(cond_t *, mutex_t *, const timespec_t *);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c3597 __cond_timedwait(cond_t *cvp, mutex_t *mp, const timespec_t *abstime) in __cond_timedwait() function
3631 error = __cond_timedwait(cvp, mp, abstime); in cond_timedwait()