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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c361 cv_destroy(&chp->ch_pubcv);
970 cv_signal(&chp->ch_pubcv);
1092 cv_init(&p->ch_pubcv, NULL, CV_DEFAULT, NULL);
1170 cv_destroy(&chp->ch_pubcv);
1422 if (cv_wait_sig(&chp->ch_pubcv,
2001 cv_signal(&chp->ch_pubcv);
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h390 kmutex_t ch_pubmx; /* Mutex for ch_pubcv and ch_nevents */
391 kcondvar_t ch_pubcv; /* To set publisher to sleep */ member in struct:__anon9095

Completed in 66 milliseconds