Searched refs:tp_waitcv (Results 1 – 2 of 2) sorted by relevance
97 (void) cond_broadcast(&tpool->tp_waitcv); in notify_waiters()278 (void) cond_init(&tpool->tp_waitcv, USYNC_THREAD, NULL); in tpool_create()389 (void) sig_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex); in tpool_destroy()437 (void) sig_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex); in tpool_wait()532 (void) cond_init(&tpool->tp_waitcv, USYNC_THREAD, NULL); in postfork1_child_tpool()
71 cond_t tp_waitcv; /* synchronization in tpool_wait() */ member