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

/osnet-11/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h69 cond_t tp_busycv; /* synchronization in tpool_dispatch */ member in struct:tpool
H A Dthread_pool.c87 (void) cond_broadcast(&tpool->tp_busycv);
276 (void) cond_init(&tpool->tp_busycv, USYNC_THREAD, NULL);
394 (void) sig_cond_wait(&tpool->tp_busycv, &tpool->tp_mutex);
530 (void) cond_init(&tpool->tp_busycv, USYNC_THREAD, NULL);

Completed in 22 milliseconds