Searched refs:consumer_thread (Results 1 – 1 of 1) sorted by relevance
100 void *consumer_thread(void *);670 pthread_create(&th, NULL, consumer_thread, NULL); in init()706 consumer_thread(void *arg) in consumer_thread() function