Searched refs:sig_cond_wait (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libc/port/tpool/ |
H A D | thread_pool.c | 151 (void) sig_cond_wait(&tpool->tp_workcv, in tpool_worker() 389 (void) sig_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex); in tpool_destroy() 394 (void) sig_cond_wait(&tpool->tp_busycv, &tpool->tp_mutex); in tpool_destroy() 437 (void) sig_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex); in tpool_wait()
|
/titanic_50/usr/src/lib/libc/inc/ |
H A D | mtlib.h | 48 extern int sig_cond_wait(cond_t *, mutex_t *);
|
H A D | thr_uberdata.h | 1399 extern int sig_cond_wait(cond_t *, mutex_t *);
|
/titanic_50/usr/src/lib/libc/port/aio/ |
H A D | posix_aio.c | 293 err = sig_cond_wait(&head->lio_cond_cv, in lio_listio() 611 cv_err = sig_cond_wait(&_aio_iowait_cv, &__aio_mutex); in __aio_suspend() 968 error = sig_cond_wait(&_aio_waitn_cv, &__aio_mutex); in __aio_waitn() 1166 uerrno = sig_cond_wait(&_aio_iowait_cv, in __aio_waitn() 1490 err = sig_cond_wait(&head->lio_cond_cv, in lio_listio64()
|
H A D | aio.c | 1572 error = sig_cond_wait(&aiowp->work_idle_cv, in _aio_idle()
|
/titanic_50/usr/src/lib/libc/port/rt/ |
H A D | sigev_thread.c | 245 (void) sig_cond_wait(&tcdp->tcd_cv, &tcdp->tcd_lock); in mqueue_spawner() 613 (void) sig_cond_wait(&tcdp->tcd_cv, &tcdp->tcd_lock); in del_sigev_mq()
|
/titanic_50/usr/src/lib/libc/ |
H A D | README | 196 int sig_cond_wait(cond_t *, mutex_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/threads/ |
H A D | synch.c | 2739 sig_cond_wait(cond_t *cv, mutex_t *mp) in sig_cond_wait() function
|