Searched refs:tp_waitcv (Results 1 – 2 of 2) sorted by relevance
95 (void) cond_broadcast(&tpool->tp_waitcv); in notify_waiters()276 (void) cond_init(&tpool->tp_waitcv, USYNC_THREAD, NULL); in tpool_create()387 (void) sig_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex); in tpool_destroy()435 (void) sig_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex); in tpool_wait()530 (void) cond_init(&tpool->tp_waitcv, USYNC_THREAD, NULL); in postfork1_child_tpool()
69 cond_t tp_waitcv; /* synchronization in tpool_wait() */ member