Searched refs:timer_thread (Results 1 – 1 of 1) sorted by relevance
384 void timer_thread(signed long id) { in timer_thread() function446 if (pthread_create(&timer_thread_id, &timer_attr, timer_thread, NULL) != 0) { in GKI_run()