Searched defs:__timer_thread_start (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dposix_timers.cpp74 static void* __timer_thread_start(void* arg) { function
158 int rc = pthread_create(&timer->callback_thread, &thread_attributes, __timer_thread_start, timer);

Completed in 77 milliseconds