Searched defs:pm_dep_thread_cv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c335 kcondvar_t pm_dep_thread_cv; variable
594 cv_init(&pm_dep_thread_cv, NULL, CV_DEFAULT, NULL);
2261 cv_signal(&pm_dep_thread_cv);
6534 cv_wait(&pm_dep_thread_cv, &pm_dep_thread_lock);

Completed in 87 milliseconds