Searched refs:timer_attr (Results 1 – 1 of 1) sorted by relevance
440 pthread_attr_t timer_attr; in GKI_run() local444 pthread_attr_init(&timer_attr); in GKI_run()445 pthread_attr_setdetachstate(&timer_attr, PTHREAD_CREATE_DETACHED); in GKI_run()446 if (pthread_create(&timer_thread_id, &timer_attr, timer_thread, NULL) != 0) { in GKI_run()