Searched refs:thread_data (Results 1 – 2 of 2) sorted by relevance
22 void (*thread_function)(void *thread_data);23 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() argument66 thread->thread_data = thread_data; in vdo_create_thread()
16 int __must_check vdo_create_thread(void (*thread_function)(void *), void *thread_data,
Completed in 3 milliseconds