Searched refs:ch_pubcv (Results 1 – 2 of 2) sorted by relevance
365 cv_destroy(&chp->ch_pubcv); in evch_zonefree()974 cv_signal(&chp->ch_pubcv); in evch_destr_event()1096 cv_init(&p->ch_pubcv, NULL, CV_DEFAULT, NULL); in evch_chbind()1174 cv_destroy(&chp->ch_pubcv); in evch_chunbind()1426 if (cv_wait_sig(&chp->ch_pubcv, in evch_chpublish()2009 cv_signal(&chp->ch_pubcv); in sysevent_evc_control()
391 kcondvar_t ch_pubcv; /* To set publisher to sleep */ member