Home
last modified time | relevance | path

Searched refs:work_idle_cv (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libc/port/aio/
H A Daio_alloc.c125 (void) cond_init(&aiowp->work_idle_cv, USYNC_THREAD, NULL); in _aio_worker_alloc()
140 (void) cond_destroy(&aiowp->work_idle_cv); in _aio_worker_free()
H A Daio.c1572 error = sig_cond_wait(&aiowp->work_idle_cv, in _aio_idle()
1840 (void) cond_signal(&aiowp->work_idle_cv); in _aio_req_add()
/titanic_50/usr/src/lib/libc/inc/
H A Dasyncio.h236 cond_t work_idle_cv; /* place to sleep when idle */ member