Searched refs:sig_cond_reltimedwait (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libc/inc/ |
H A D | mtlib.h | 49 extern int sig_cond_reltimedwait(cond_t *, mutex_t *, const timespec_t *);
|
H A D | thr_uberdata.h | 1400 extern int sig_cond_reltimedwait(cond_t *, mutex_t *, const timespec_t *);
|
/titanic_50/usr/src/lib/libc/ |
H A D | README | 197 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 D | thread_pool.c | 158 if (sig_cond_reltimedwait(&tpool->tp_workcv, in tpool_worker()
|
/titanic_50/usr/src/lib/libc/port/aio/ |
H A D | posix_aio.c | 605 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 D | synch.c | 2759 sig_cond_reltimedwait(cond_t *cv, mutex_t *mp, const timespec_t *ts) in sig_cond_reltimedwait() function
|