Searched refs:thr_cv (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c861 cv_init(&pp->port_wq_thread.thr_cv, NULL, CV_DEFAULT, NULL);
866 cv_init(&pp->port_rq_thread.thr_cv, NULL, CV_DEFAULT, NULL);
956 cv_destroy(&pp->port_wq_thread.thr_cv);
957 cv_destroy(&pp->port_rq_thread.thr_cv);
1892 cv_signal(&thr->thr_cv);
1896 cv_wait(&thr->thr_cv, &pp->port_mutex);
1911 cv_signal(&thr->thr_cv);
1950 cv_wait(&thr->thr_cv, &pp->port_mutex);
1956 cv_signal(&thr->thr_cv);
2005 cv_wait(&thr->thr_cv,
[all...]
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c257 cv_init(&thr->thr_cv, NULL, CV_DRIVER, NULL);
290 cv_destroy(&thr->thr_cv);
675 cv_wait(&thr->thr_cv, &lp->l_mutex);
712 cv_signal(&thr->thr_cv);
H A Dhba.c2594 cv_signal(&thr->thr_cv);
2598 if (cv_wait_sig(&thr->thr_cv, &lp->l_mutex) == 0) {
2615 cv_signal(&thr->thr_cv);
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h54 kcondvar_t thr_cv; /* cv for request wait */ member in struct:usbser_thread
/illumos-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dimpl.h69 kcondvar_t thr_cv; /* cv for request wait */ member in struct:scsa1394_thread

Completed in 83 milliseconds