Searched refs:eq_thrsleepcv (Results 1 – 2 of 2) sorted by relevance
427 cv_wait(&eqp->eq_thrsleepcv, &eqp->eq_queuemx); in evch_delivery_hold()538 cv_init(&p->eq_thrsleepcv, NULL, CV_DEFAULT, NULL); in evch_evq_create()566 cv_signal(&eqp->eq_thrsleepcv); in evch_evq_destroy()580 cv_destroy(&eqp->eq_thrsleepcv); in evch_evq_destroy()655 cv_signal(&eqp->eq_thrsleepcv); in evch_evq_pub()670 cv_signal(&eqp->eq_thrsleepcv); in evch_evq_stop()684 cv_signal(&eqp->eq_thrsleepcv); in evch_evq_continue()
324 kcondvar_t eq_thrsleepcv; /* Delivery thread sleeps on empty q */ member