Searched refs:pollthr_attr (Results 1 – 1 of 1) sorted by relevance
88 static pthread_attr_t pollthr_attr; variable584 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()