Searched refs:consumer_thread (Results 1 – 4 of 4) sorted by relevance
578 .consumer_thread = ringbuf_libbpf_consumer,590 .consumer_thread = ringbuf_custom_consumer,602 .consumer_thread = perfbuf_libbpf_consumer,614 .consumer_thread = perfbuf_custom_consumer,
58 void *(*consumer_thread)(void *ctx);57 void *(*consumer_thread)(void *ctx); global() member
690 if (!bench->consumer_thread) { in setup_benchmark() 695 bench->consumer_thread, (void *)(long)i); in setup_benchmark()
974 static void *consumer_thread(void *arg) in consumer_thread() function1048 err = pthread_create(&pt[idx], NULL, consumer_thread, (void *) idx); in test_consumers()