Searched refs:tp_workcv (Results 1 – 2 of 2) sorted by relevance
135 (void) pthread_cond_wait(&tpool->tp_workcv, in tpool_worker()142 if (pthread_cond_timedwait(&tpool->tp_workcv, in tpool_worker()156 (void) pthread_cond_broadcast(&tpool->tp_workcv); in tpool_worker()241 (void) pthread_cond_init(&tpool->tp_workcv, NULL); in tpool_create()284 (void) pthread_cond_signal(&tpool->tp_workcv); in tpool_dispatch()310 (void) pthread_cond_broadcast(&tpool->tp_workcv); in tpool_destroy()347 (void) pthread_cond_broadcast(&tpool->tp_workcv); in tpool_abandon()401 (void) pthread_cond_broadcast(&tpool->tp_workcv); in tpool_resume()
74 cond_t tp_workcv; /* synchronization with workers */ member