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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c54 * Environmental monitoring is done by the "envthr" thread. It periodically
81 * to communicate power state change events from the "pmthr" to the "envthr"
82 * thread. The "envthr" thread uses the pthread_cond_timedwait() interface
84 * pthread_signal() interface to wake up the "envthr" thread.
187 static boolean_t envthr_created; /* envthr created */
188 static pthread_t envthr_tid; /* envthr thread ID */
613 envthr(void *args) function
686 * change events and wakes up the "envthr" thread when the system enters
707 * is in lowest power state and wake up the "envthr"
723 * the "envthr" threa
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c54 * Environmental monitoring is done by the "envthr" thread. It periodically
90 * Once the "envthr" and "pmthr" threads have been started, they are never
94 * the "envthr" and "pmthr" trying to reference that state.
323 static boolean_t envthr_created = B_FALSE; /* envthr created */
324 static pthread_t envthr_tid; /* envthr thread ID */
2097 envthr(void *args) function
2216 * change events and wakes up the "envthr" thread when the system enters
2233 * is in lowest power state and wake up the "envthr"
2249 * the "envthr" thread only after consuming all the
2648 &thr_attr, envthr, (voi
[all...]

Completed in 77 milliseconds