Searched refs:thread_func2 (Results 1 – 2 of 2) sorted by relevance
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()