Searched refs:thread2_execution (Results 1 – 2 of 2) sorted by relevance
93 thread2_execution (void *arg) in thread2_execution() function143 if (pthread_create (&thread2, NULL, &thread2_execution, NULL)) in main()
96 thread2_execution (void *arg) in thread2_execution() function148 if (pthread_create (&thread2, NULL, &thread2_execution, NULL)) in main()
Completed in 5 milliseconds