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