Searched refs:lpstate_cond (Results 1 – 1 of 1) sorted by relevance
198 static pthread_cond_t lpstate_cond; /* low power state condvar */ variable671 err = pthread_cond_timedwait(&lpstate_cond, in envthr()740 pthread_cond_signal(&lpstate_cond); in pmthr()753 pthread_cond_signal(&lpstate_cond); in pmthr()957 pthread_cond_init(&lpstate_cond, NULL) != 0) in envd_setup()