Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Devchannels.c427 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()
/titanic_50/usr/src/uts/common/sys/
H A Dsysevent_impl.h324 kcondvar_t eq_thrsleepcv; /* Delivery thread sleeps on empty q */ member