Searched refs:timer_attr (Results 1 – 1 of 1) sorted by relevance
467 pthread_attr_t timer_attr; in GKI_run() local471 pthread_attr_init(&timer_attr); in GKI_run()472 pthread_attr_setdetachstate(&timer_attr, PTHREAD_CREATE_DETACHED); in GKI_run()473 if (pthread_create(&timer_thread_id, &timer_attr, timer_thread, NULL) != 0) { in GKI_run()