Searched refs:thread2 (Results 1 – 2 of 2) sorted by relevance
128 pthread_t thread2; in main() local143 if (pthread_create (&thread2, NULL, &thread2_execution, NULL)) in main()145 if (pthread_join (thread2, NULL)) in main()
133 pthread_t thread2; in main() local148 if (pthread_create (&thread2, NULL, &thread2_execution, NULL)) in main()150 if (pthread_join (thread2, NULL)) in main()
Completed in 4 milliseconds