Searched refs:thread1_execution (Results 1 – 2 of 2) sorted by relevance
61 thread1_execution (void *arg) in thread1_execution() function141 if (pthread_create (&thread1, NULL, &thread1_execution, NULL)) in main()
62 thread1_execution (void *arg) in thread1_execution() function146 if (pthread_create (&thread1, NULL, &thread1_execution, NULL)) in main()
Completed in 5 milliseconds