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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c189 static pthread_attr_t thr_attr; variable
954 if (pthread_attr_init(&thr_attr) != 0 ||
955 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0)
985 &thr_attr, envthr, (void *)NULL) != 0) {
1000 if (pm_fd == -1 || pthread_create(&pmthr_tid, &thr_attr,
/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 ||
1805 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0) {
1849 if (pthread_create(&system_temp_thr_id, &thr_attr,
1864 if (pthread_create(&fan_thr_id, &thr_attr, fan_thr, NULL) != 0)
1879 if (pthread_create(&pmthr_tid, &thr_attr, pmthr, NULL) != 0)
1893 if (pthread_create(&disk_temp_thr_id, &thr_attr,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c130 static pthread_attr_t thr_attr; variable
2216 if (pthread_attr_init(&thr_attr) != 0 ||
2217 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0) {
2246 if (pthread_create(&ovtemp_thr1_id, &thr_attr, ovtemp_thr,
2254 if (pthread_create(&ovtemp_thr2_id, &thr_attr, ovtemp_thr,
2263 if (pthread_create(&dimm_fan_thr_id, &thr_attr, dimm_fan_thr,
2275 if (pthread_create(&pmthr_tid, &thr_attr, pmthr,
2283 if (pthread_create(&disk_temp_thr_id, &thr_attr, disk_temp_thr,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c325 static pthread_attr_t thr_attr; variable
2589 if (pthread_attr_init(&thr_attr) != 0 ||
2590 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0)
2648 &thr_attr, envthr, (void *)NULL) != 0) {
2661 if (pm_fd == -1 || pthread_create(&pmthr_tid, &thr_attr,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c115 static pthread_attr_t thr_attr; variable
1470 if (pthread_attr_init(&thr_attr) != 0 ||
1471 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0) {
1499 if (pthread_create(&ovtemp_thr_id, &thr_attr, ovtemp_thr,
1510 if (pthread_create(&pmthr_tid, &thr_attr, pmthr,

Completed in 255 milliseconds