Searched refs:tp_workcv (Results 1 – 2 of 2) sorted by relevance
151 (void) sig_cond_wait(&tpool->tp_workcv, in tpool_worker()158 if (sig_cond_reltimedwait(&tpool->tp_workcv, in tpool_worker()172 (void) cond_broadcast(&tpool->tp_workcv); in tpool_worker()277 (void) cond_init(&tpool->tp_workcv, USYNC_THREAD, NULL); in tpool_create()351 (void) cond_signal(&tpool->tp_workcv); in tpool_dispatch()380 (void) cond_broadcast(&tpool->tp_workcv); in tpool_destroy()418 (void) cond_broadcast(&tpool->tp_workcv); in tpool_abandon()480 (void) cond_broadcast(&tpool->tp_workcv); in tpool_resume()531 (void) cond_init(&tpool->tp_workcv, USYNC_THREAD, NULL); in postfork1_child_tpool()
70 cond_t tp_workcv; /* synchronization with workers */ member