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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h70 cond_t tp_workcv; /* synchronization with workers */ member in struct:tpool
H A Dthread_pool.c151 (void) sig_cond_wait(&tpool->tp_workcv,
158 if (sig_cond_reltimedwait(&tpool->tp_workcv,
172 (void) cond_broadcast(&tpool->tp_workcv);
277 (void) cond_init(&tpool->tp_workcv, USYNC_THREAD, NULL);
351 (void) cond_signal(&tpool->tp_workcv);
380 (void) cond_broadcast(&tpool->tp_workcv);
418 (void) cond_broadcast(&tpool->tp_workcv);
480 (void) cond_broadcast(&tpool->tp_workcv);
531 (void) cond_init(&tpool->tp_workcv, USYNC_THREAD, NULL);

Completed in 58 milliseconds