Searched refs:consumer_thread (Results 1 – 1 of 1) sorted by relevance
387 pthread_t consumer_thread; in main() local447 if (pthread_create(&consumer_thread, NULL, in main()459 if (pthread_join(consumer_thread, NULL)) { in main()
Completed in 3 milliseconds