Home
last modified time | relevance | path

Searched refs:sig_cond_reltimedwait (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libc/inc/
H A Dmtlib.h49 extern int sig_cond_reltimedwait(cond_t *, mutex_t *, const timespec_t *);
H A Dthr_uberdata.h1400 extern int sig_cond_reltimedwait(cond_t *, mutex_t *, const timespec_t *);
/titanic_50/usr/src/lib/libc/
H A DREADME197 int sig_cond_reltimedwait(cond_t *, mutex_t *, const timespec_t *);
210 sig_cond_wait() and sig_cond_reltimedwait() are cancellation points.
218 call sig_cond_wait() or sig_cond_reltimedwait().
/titanic_50/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c158 if (sig_cond_reltimedwait(&tpool->tp_workcv, in tpool_worker()
/titanic_50/usr/src/lib/libc/port/aio/
H A Dposix_aio.c605 cv_err = sig_cond_reltimedwait(&_aio_iowait_cv, in __aio_suspend()
1163 uerrno = sig_cond_reltimedwait(&_aio_iowait_cv, in __aio_waitn()
/titanic_50/usr/src/lib/libc/port/threads/
H A Dsynch.c2759 sig_cond_reltimedwait(cond_t *cv, mutex_t *mp, const timespec_t *ts) in sig_cond_reltimedwait() function