Searched refs:thread_function (Results 1 – 3 of 3) sorted by relevance
22 void (*thread_function)(void *thread_data); member44 thread->thread_function(thread->thread_data); in thread_starter()50 int vdo_create_thread(void (*thread_function)(void *), void *thread_data, in vdo_create_thread()65 thread->thread_function = thread_function; in vdo_create_thread()
16 int __must_check vdo_create_thread(void (*thread_function)(void *), void *thread_data,
203 void (*thread_function)(void *); member