Searched refs:thread1 (Results 1 – 1 of 1) sorted by relevance
137 pthread_t thread1; in main() local138 int err = pthread_create(&thread1, NULL, thread_routine, &sems1); in main()159 err = pthread_join(thread1, &thread_val); in main()