Searched refs:my_counters (Results 1 – 2 of 2) sorted by relevance
41 std::atomic<int> my_counters[N]; member in test_push_receiver48 my_counters[i] = 0; in test_push_receiver()52 int v = my_counters[i]; in get_count()60 ++my_counters[i]; in try_put_task()96 std::atomic<int> *my_counters; member in function_body100 function_body( std::atomic<int> *counters ) : my_counters(counters) { in function_body()102 my_counters[i] = 0; in function_body()106 ++my_counters[(int)v]; in operator ()()
56 std::atomic<size_t> my_counters[N]; member in counting_array_receiver63 my_counters[i] = 0; in counting_array_receiver()67 size_t v = my_counters[i]; in operator []()72 ++my_counters[(int)v]; in try_put_task()