Searched refs:tp_workcv (Results 1 – 2 of 2) sorted by relevance
149 (void) sig_cond_wait(&tpool->tp_workcv, in tpool_worker()156 if (sig_cond_reltimedwait(&tpool->tp_workcv, in tpool_worker()170 (void) cond_broadcast(&tpool->tp_workcv); in tpool_worker()275 (void) cond_init(&tpool->tp_workcv, USYNC_THREAD, NULL); in tpool_create()349 (void) cond_signal(&tpool->tp_workcv); in tpool_dispatch()378 (void) cond_broadcast(&tpool->tp_workcv); in tpool_destroy()416 (void) cond_broadcast(&tpool->tp_workcv); in tpool_abandon()478 (void) cond_broadcast(&tpool->tp_workcv); in tpool_resume()529 (void) cond_init(&tpool->tp_workcv, USYNC_THREAD, NULL); in postfork1_child_tpool()
68 cond_t tp_workcv; /* synchronization with workers */ member