Searched refs:tp_waitcv (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h71 cond_t tp_waitcv; /* synchronization in tpool_wait() */ member in struct:tpool
H A Dthread_pool.c97 (void) cond_broadcast(&tpool->tp_waitcv);
278 (void) cond_init(&tpool->tp_waitcv, USYNC_THREAD, NULL);
389 (void) sig_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex);
437 (void) sig_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex);
532 (void) cond_init(&tpool->tp_waitcv, USYNC_THREAD, NULL);

Completed in 72 milliseconds