Searched refs:timer_thread_id (Results 1 – 1 of 1) sorted by relevance
65 static pthread_t timer_thread_id = 0; variable444 if (pthread_create(&timer_thread_id, &timer_attr, timer_thread, NULL) != 0) { in GKI_run()