Searched refs:root_thread (Results 1 – 2 of 2) sorted by relevance
548 pthread_t root_thread; in main() local665 if ((rc = pthread_create(&root_thread, &attr, (void *)doit, NULL))) { in main()678 if ((rc = pthread_join(root_thread, NULL))) { in main()
528 pthread_t root_thread; in main() local636 if ((rc = pthread_create(&root_thread, &attr, doit, NULL))) { in main()647 if ((rc = pthread_join(root_thread, NULL))) { in main()