Searched refs:thread1 (Results 1 – 2 of 2) sorted by relevance
127 pthread_t thread1; in main() local141 if (pthread_create (&thread1, NULL, &thread1_execution, NULL)) in main()
132 pthread_t thread1; in main() local146 if (pthread_create (&thread1, NULL, &thread1_execution, NULL)) in main()
Completed in 5 milliseconds