Searched defs:pmthr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c72 * The power state monitoring is done by the "pmthr" thread. It uses the
81 * to communicate power state change events from the "pmthr" to the "envthr"
83 * to wait for any power state change notifications. The "pmthr" uses the
192 * Power management thread (pmthr) variables
194 static pthread_t pmthr_tid; /* pmthr thread ID */
195 static int pmthr_created; /* pmthr created */
690 pmthr(void *args) function
1001 pmthr, (void *)NULL) != 0) {
1040 * Kill both "envthr" and "pmthr" threads.
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c180 static pthread_t pmthr_tid; /* pmthr thread ID */
1123 pmthr(void *args) function
1879 if (pthread_create(&pmthr_tid, &thr_attr, pmthr, NULL) != 0)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c141 static pthread_t pmthr_tid; /* pmthr thread ID */
1450 pmthr(void *args) function
2275 if (pthread_create(&pmthr_tid, &thr_attr, pmthr,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c84 * The power state monitoring is done by the "pmthr" thread. It uses the
90 * Once the "envthr" and "pmthr" threads have been started, they are never
94 * the "envthr" and "pmthr" trying to reference that state.
328 * Power management thread (pmthr) variables
331 static pthread_t pmthr_tid; /* pmthr thread ID */
332 static int pmthr_exists = B_FALSE; /* pmthr exists */
2156 * If no "pmthr" thread, then we need to update the
2221 pmthr(void *args) function
2662 pmthr, (void *)NULL) != 0) {
2795 * going away. Therefore, it's okay to let "envthr" and "pmthr"
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c121 static pthread_t pmthr_tid; /* pmthr thread ID */
1082 pmthr(void *args) function
1510 if (pthread_create(&pmthr_tid, &thr_attr, pmthr,

Completed in 65 milliseconds