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

/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool_impl.h75 cond_t tp_waitcv; /* synchronization in tpool_wait() */ member in struct:tpool
H A Dthread_pool.c79 (void) pthread_cond_broadcast(&tpool->tp_waitcv);
242 (void) pthread_cond_init(&tpool->tp_waitcv, NULL);
319 (void) pthread_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex);
364 (void) pthread_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex);

Completed in 213 milliseconds