Home
last modified time | relevance | path

Searched refs:wq_cond (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/mergeq/
H A Dworkq.c37 cond_t wq_cond; /* Condition variable */ member
69 VERIFY0(cond_destroy(&wqp->wq_cond)); in workq_fini()
118 if ((ret = cond_init(&wqp->wq_cond, USYNC_THREAD, NULL)) != 0) { in workq_init()