Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c365 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h391 kcondvar_t ch_pubcv; /* To set publisher to sleep */ member