Searched refs:thread_data (Results 1 – 4 of 4) sorted by relevance
45 static void *timer_thread(void *thread_data) in timer_thread() argument52 t.callback_func = ((timer_data *)thread_data)->callback_func; in timer_thread()53 t.user_data = ((timer_data *)thread_data)->user_data; in timer_thread()54 t.time_msec = ((timer_data *)thread_data)->time_msec; in timer_thread()60 free(thread_data); in timer_thread()
53 static void *timer_thread(void *thread_data) in timer_thread() argument58 timer_data* t = (timer_data*)thread_data; in timer_thread()