Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c187 static pthread_attr_t thr_attr; variable
952 if (pthread_attr_init(&thr_attr) != 0 || in envd_setup()
953 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0) in envd_setup()
983 &thr_attr, envthr, (void *)NULL) != 0) { in envd_setup()
998 if (pm_fd == -1 || pthread_create(&pmthr_tid, &thr_attr, in envd_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c171 static pthread_attr_t thr_attr; variable
1804 if (pthread_attr_init(&thr_attr) != 0 || in envd_setup()
1805 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0) { in envd_setup()
1849 if (pthread_create(&system_temp_thr_id, &thr_attr, in envd_setup()
1864 if (pthread_create(&fan_thr_id, &thr_attr, fan_thr, NULL) != 0) in envd_setup()
1879 if (pthread_create(&pmthr_tid, &thr_attr, pmthr, NULL) != 0) in envd_setup()
1893 if (pthread_create(&disk_temp_thr_id, &thr_attr, in envd_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c128 static pthread_attr_t thr_attr; variable
2230 if (pthread_attr_init(&thr_attr) != 0 || in envd_setup()
2231 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0) { in envd_setup()
2260 if (pthread_create(&ovtemp_thr1_id, &thr_attr, ovtemp_thr, in envd_setup()
2268 if (pthread_create(&ovtemp_thr2_id, &thr_attr, ovtemp_thr, in envd_setup()
2277 if (pthread_create(&dimm_fan_thr_id, &thr_attr, in envd_setup()
2289 if (pthread_create(&pmthr_tid, &thr_attr, pmthr, in envd_setup()
2297 if (pthread_create(&disk_temp_thr_id, &thr_attr, in envd_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c113 static pthread_attr_t thr_attr; variable
1468 if (pthread_attr_init(&thr_attr) != 0 || in envd_setup()
1469 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0) { in envd_setup()
1497 if (pthread_create(&ovtemp_thr_id, &thr_attr, ovtemp_thr, in envd_setup()
1508 if (pthread_create(&pmthr_tid, &thr_attr, pmthr, in envd_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c323 static pthread_attr_t thr_attr; variable
2587 if (pthread_attr_init(&thr_attr) != 0 || in envd_setup()
2588 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0) in envd_setup()
2646 &thr_attr, envthr, (void *)NULL) != 0) { in envd_setup()
2659 if (pm_fd == -1 || pthread_create(&pmthr_tid, &thr_attr, in envd_setup()