Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c192 static pthread_t pmthr_tid; /* pmthr thread ID */ variable
998 if (pm_fd == -1 || pthread_create(&pmthr_tid, &thr_attr, in envd_setup()
1047 (void) pthread_cancel(pmthr_tid); in piclenvd_fini()
1048 (void) pthread_join(pmthr_tid, &exitval); in piclenvd_fini()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c119 static pthread_t pmthr_tid; /* pmthr thread ID */ variable
1508 if (pthread_create(&pmthr_tid, &thr_attr, pmthr, in envd_setup()
/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) in envd_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c139 static pthread_t pmthr_tid; /* pmthr thread ID */ variable
2289 if (pthread_create(&pmthr_tid, &thr_attr, pmthr, in envd_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c329 static pthread_t pmthr_tid; /* pmthr thread ID */ variable
2659 if (pm_fd == -1 || pthread_create(&pmthr_tid, &thr_attr, in envd_setup()