Home
last modified time | relevance | path

Searched refs:sig_cond_wait (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c151 (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 Dmtlib.h48 extern int sig_cond_wait(cond_t *, mutex_t *);
H A Dthr_uberdata.h1399 extern int sig_cond_wait(cond_t *, mutex_t *);
/titanic_50/usr/src/lib/libc/port/aio/
H A Dposix_aio.c293 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 Daio.c1572 error = sig_cond_wait(&aiowp->work_idle_cv, in _aio_idle()
/titanic_50/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c245 (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 DREADME196 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 Dsynch.c2739 sig_cond_wait(cond_t *cv, mutex_t *mp) in sig_cond_wait() function