Searched refs:accept_thread (Results 1 – 1 of 1) sorted by relevance
103 pthread_t accept_thread; in main() local117 if (pthread_create(&accept_thread, NULL, do_accept, NULL) != 0) in main()