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

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h68 pthread_cond_t tp_workcv; /* synchronization with workers */ member in struct:tpool
H A Dthread_pool.c150 (void) pthread_cond_wait(&tpool->tp_workcv,
158 if (pthread_cond_timedwait(&tpool->tp_workcv,
173 &tpool->tp_workcv);
363 (void) pthread_cond_init(&tpool->tp_workcv, NULL);
435 (void) pthread_cond_signal(&tpool->tp_workcv);
472 (void) pthread_cond_broadcast(&tpool->tp_workcv);
510 (void) pthread_cond_broadcast(&tpool->tp_workcv);
572 (void) pthread_cond_broadcast(&tpool->tp_workcv);

Completed in 37 milliseconds