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

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h67 pthread_cond_t tp_busycv; /* synchronization in tpool_dispatch */ member in struct:tpool
H A Dthread_pool.c84 (void) pthread_cond_broadcast(&tpool->tp_busycv);
362 (void) pthread_cond_init(&tpool->tp_busycv, NULL);
486 (void) pthread_cond_wait(&tpool->tp_busycv, &tpool->tp_mutex);

Completed in 51 milliseconds