Searched refs:tp_busycv (Results 1 – 2 of 2) sorted by relevance
87 (void) cond_broadcast(&tpool->tp_busycv); in worker_cleanup()276 (void) cond_init(&tpool->tp_busycv, USYNC_THREAD, NULL); in tpool_create()394 (void) sig_cond_wait(&tpool->tp_busycv, &tpool->tp_mutex); in tpool_destroy()530 (void) cond_init(&tpool->tp_busycv, USYNC_THREAD, NULL); in postfork1_child_tpool()
69 cond_t tp_busycv; /* synchronization in tpool_dispatch */ member