Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/inc/
H A Dmtlib.h47 extern int sig_cond_reltimedwait(cond_t *, mutex_t *, const timespec_t *);
H A Dthr_uberdata.h1421 extern int sig_cond_reltimedwait(cond_t *, mutex_t *, const timespec_t *);
/illumos-gate/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().
/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c156 if (sig_cond_reltimedwait(&tpool->tp_workcv, in tpool_worker()
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c605 cv_err = sig_cond_reltimedwait(&_aio_iowait_cv, in __aio_suspend()
1162 uerrno = sig_cond_reltimedwait(&_aio_iowait_cv, in __aio_waitn()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c2769 sig_cond_reltimedwait(cond_t *cv, mutex_t *mp, const timespec_t *ts) in sig_cond_reltimedwait() function