Searched refs:total_cons_count (Results 1 – 1 of 1) sorted by relevance
92 static _Atomic size_t total_cons_count = 0; variable183 atomic_fetch_add(&total_cons_count, consume_count); in consumer()317 printf("Received: %zu\n", total_cons_count); in main()