Searched refs:pm_dep_thread_cv (Results 1 – 1 of 1) sorted by relevance
335 kcondvar_t pm_dep_thread_cv; variable594 cv_init(&pm_dep_thread_cv, NULL, CV_DEFAULT, NULL); in pm_init_locks()2261 cv_signal(&pm_dep_thread_cv); in pm_dispatch_to_dep_thread()6534 cv_wait(&pm_dep_thread_cv, &pm_dep_thread_lock); in pm_dep_thread()