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

/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.h73 pthread_cond_t wq_done_cv; member in struct:workqueue
H A Dctfmerge.c134 * signaling the main thread via wq_done_cv.
498 pthread_cond_wait(&wq->wq_done_cv,
508 pthread_cond_broadcast(&wq->wq_done_cv);
683 pthread_cond_init(&wq->wq_done_cv, NULL);

Completed in 92 milliseconds