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

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h69 pthread_cond_t tp_waitcv; /* synchronization in tpool_wait() */ member in struct:tpool
H A Dthread_pool.c94 (void) pthread_cond_broadcast(&tpool->tp_waitcv);
364 (void) pthread_cond_init(&tpool->tp_waitcv, NULL);
481 (void) pthread_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex);
529 (void) pthread_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex);

Completed in 102 milliseconds