Searched refs:thread_data (Results 1 – 2 of 2) sorted by relevance
19 void *), void *thread_data) in threading_thread_create_pthread() argument25 if (pthread_create(&thread->thread, NULL, thread_func, thread_data)) { in threading_thread_create_pthread()46 void *thread_data) = threading_thread_create_pthread;55 void *thread_data) in threading_thread_create_fail() argument59 (void) thread_data; in threading_thread_create_fail()72 void *thread_data) = threading_thread_create_fail;
53 void *thread_data),83 void *(*thread_func)(void *), void *thread_data);