Searched refs:reporter_thread (Results 1 – 1 of 1) sorted by relevance
64 pthread_t reporter_thread; in main() local66 if (pthread_create(&reporter_thread, NULL, Reporter, NULL) == 0) { in main()67 pthread_detach(reporter_thread); in main()