Searched refs:exiting_thread (Results 1 – 1 of 1) sorted by relevance
31 pthread_t exiting_thread; in main() local33 pthread_create(&exiting_thread, NULL, exiting_thread_func, NULL); in main()35 pthread_join(exiting_thread, &exit_ptr); in main()