Searched refs:thread_func_1 (Results 1 – 2 of 2) sorted by relevance
37 static void* thread_func_1(void* arg) in thread_func_1() function59 pthread_create(&tid[0], 0, thread_func_1, 0); in main()
4104 void thread_func_1() in thread_func_1() function4123 MyThreadArray t(thread_func_1, thread_func_2); in Run()