Home
last modified time | relevance | path

Searched refs:lpstate_cond (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c198 static pthread_cond_t lpstate_cond; /* low power state condvar */ variable
671 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()