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

/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.h70 pthread_mutex_t wq_donequeue_lock; member in struct:workqueue
H A Dctfmerge.c364 pthread_mutex_lock(&wq->wq_donequeue_lock);
367 pthread_cond_wait(&slot->wip_cv, &wq->wq_donequeue_lock);
379 pthread_mutex_unlock(&wq->wq_donequeue_lock);
679 pthread_mutex_init(&wq->wq_donequeue_lock, NULL);

Completed in 401 milliseconds