Searched refs:__timer_thread_start (Results 1 – 1 of 1) sorted by relevance
73 static void* __timer_thread_start(void* arg) { in __timer_thread_start() function155 int rc = pthread_create(&timer->callback_thread, &thread_attributes, __timer_thread_start, timer); in timer_create()