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

/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool_impl.h74 cond_t tp_workcv; /* synchronization with workers */ member in struct:tpool
H A Dthread_pool.c135 (void) pthread_cond_wait(&tpool->tp_workcv,
142 if (pthread_cond_timedwait(&tpool->tp_workcv,
156 (void) pthread_cond_broadcast(&tpool->tp_workcv);
241 (void) pthread_cond_init(&tpool->tp_workcv, NULL);
284 (void) pthread_cond_signal(&tpool->tp_workcv);
310 (void) pthread_cond_broadcast(&tpool->tp_workcv);
347 (void) pthread_cond_broadcast(&tpool->tp_workcv);
401 (void) pthread_cond_broadcast(&tpool->tp_workcv);

Completed in 114 milliseconds