Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c431 cv_wait(&eqp->eq_thrsleepcv, &eqp->eq_queuemx); in evch_delivery_hold()
542 cv_init(&p->eq_thrsleepcv, NULL, CV_DEFAULT, NULL); in evch_evq_create()
570 cv_signal(&eqp->eq_thrsleepcv); in evch_evq_destroy()
584 cv_destroy(&eqp->eq_thrsleepcv); in evch_evq_destroy()
659 cv_signal(&eqp->eq_thrsleepcv); in evch_evq_pub()
674 cv_signal(&eqp->eq_thrsleepcv); in evch_evq_stop()
688 cv_signal(&eqp->eq_thrsleepcv); in evch_evq_continue()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h324 kcondvar_t eq_thrsleepcv; /* Delivery thread sleeps on empty q */ member