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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c80 * The "lpstate_lock" mutex and "lpstate_cond" condition variables are used
199 static pthread_mutex_t lpstate_lock; /* low power state lock */ variable
672 pthread_mutex_lock(&lpstate_lock);
674 &lpstate_lock, &to);
675 pthread_mutex_unlock(&lpstate_lock);
741 pthread_mutex_lock(&lpstate_lock);
743 pthread_mutex_unlock(&lpstate_lock);
754 pthread_mutex_lock(&lpstate_lock);
756 pthread_mutex_unlock(&lpstate_lock);
958 if (pthread_mutex_init(&lpstate_lock, NUL
[all...]

Completed in 874 milliseconds