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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c194 static pthread_t pmthr_tid; /* pmthr thread ID */ variable
1000 if (pm_fd == -1 || pthread_create(&pmthr_tid, &thr_attr,
1049 (void) pthread_cancel(pmthr_tid);
1050 (void) pthread_join(pmthr_tid, &exitval);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c180 static pthread_t pmthr_tid; /* pmthr thread ID */ variable
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 */ variable
2275 if (pthread_create(&pmthr_tid, &thr_attr, pmthr,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c331 static pthread_t pmthr_tid; /* pmthr thread ID */ variable
2661 if (pm_fd == -1 || pthread_create(&pmthr_tid, &thr_attr,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c121 static pthread_t pmthr_tid; /* pmthr thread ID */ variable
1510 if (pthread_create(&pmthr_tid, &thr_attr, pmthr,

Completed in 63 milliseconds