Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c471 cv_signal(&eqp->eq_dactivecv); in evch_delivery_thr()
545 cv_init(&p->eq_dactivecv, NULL, CV_DEFAULT, NULL); in evch_evq_create()
583 cv_destroy(&eqp->eq_dactivecv); in evch_evq_destroy()
625 cv_wait(&eqp->eq_dactivecv, &eqp->eq_queuemx); in evch_evq_unsub()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h326 kcondvar_t eq_dactivecv; /* Unsubscr. has to wait on this */ member