Searched refs:thread_func1 (Results 1 – 2 of 2) sorted by relevance
26 static void* thread_func1(void* arg) in thread_func1() function65 pthread_create(&thread, &attr, thread_func1, &thread_arg[i]); in main()
22 static void* thread_func1(void* arg) in thread_func1() function58 pthread_create(&thread, &attr, thread_func1, NULL); in main()