Searched refs:tp_busycv (Results 1 – 2 of 2) sorted by relevance
69 (void) pthread_cond_broadcast(&tpool->tp_busycv); in worker_cleanup()240 (void) pthread_cond_init(&tpool->tp_busycv, NULL); in tpool_create()324 (void) pthread_cond_wait(&tpool->tp_busycv, &tpool->tp_mutex); in tpool_destroy()
73 cond_t tp_busycv; /* synchronization in tpool_dispatch */ member