Searched refs:thread_func2 (Results 1 – 4 of 4) sorted by relevance
17 static void *thread_func2(void *arg) { in thread_func2() function88 create_thread(thread_func2); in main()
19 thread_func2
33 static void* thread_func2(void* arg) in thread_func2() function74 pthread_create(&thread, &attr, thread_func2, &thread_arg[i]); in main()
29 static void* thread_func2(void* arg) in thread_func2() function67 pthread_create(&thread, &attr, thread_func2, NULL); in main()