Home
last modified time | relevance | path

Searched refs:total_cons_count (Results 1 – 1 of 1) sorted by relevance

/freebsd/tools/test/buf_ring/
H A Dbuf_ring_test.c92 static _Atomic size_t total_cons_count = 0; variable
183 atomic_fetch_add(&total_cons_count, consume_count); in consumer()
317 printf("Received: %zu\n", total_cons_count); in main()