Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c88 static pthread_attr_t pollthr_attr; variable
584 if ((pthread_attr_init(&pollthr_attr) != 0) || in fcal_leds_init()
585 (pthread_attr_setscope(&pollthr_attr, in fcal_leds_init()
589 if ((err = pthread_create(&pollthr_tid, &pollthr_attr, in fcal_leds_init()