Searched refs:thread2 (Results 1 – 1 of 1) sorted by relevance
141 pthread_t thread2; in main() local142 err = pthread_create(&thread2, NULL, thread_routine, &sems2); in main()167 err = pthread_join(thread2, &thread_val); in main()