Searched refs:thread_func_2 (Results 1 – 3 of 3) sorted by relevance
44 static void* thread_func_2(void* arg) in thread_func_2() function60 pthread_create(&tid[1], 0, thread_func_2, 0); in main()
4 at 0x........: thread_func_2 (atomic_var.c:?)
4106 void thread_func_2() in thread_func_2() function4119 MyThreadArray t(thread_func_1, thread_func_2); in Run()