Searched refs:thread_5 (Results 1 – 2 of 2) sorted by relevance
94 pthread_t thread_5; in main() local115 pthread_create (&thread_5, NULL, join_thread_func, &thread_4); in main()118 pthread_join(thread_5, NULL); in main()
98 pthread_t thread_5; in main() local125 pthread_create (&thread_5, NULL, exit_thread_func, NULL); in main()128 pthread_join(thread_5, NULL); in main()