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

/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.h75 pthread_cond_t wq_alldone_cv; /* protected by queue_lock */ member in struct:workqueue
H A Dctfmerge.c456 pthread_cond_signal(&wq->wq_alldone_cv);
674 pthread_cond_init(&wq->wq_alldone_cv, NULL);
915 pthread_cond_wait(&wq.wq_alldone_cv, &wq.wq_queue_lock);

Completed in 92 milliseconds