Searched refs:work_idle_cv (Results 1 – 3 of 3) sorted by relevance
125 (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()
1572 error = sig_cond_wait(&aiowp->work_idle_cv, in _aio_idle()1840 (void) cond_signal(&aiowp->work_idle_cv); in _aio_req_add()
236 cond_t work_idle_cv; /* place to sleep when idle */ member