Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_input_node.cpp41 std::atomic<int> my_counters[N]; member in test_push_receiver
48 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_body
100 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 ()()
H A Dtest_broadcast_node.cpp56 std::atomic<size_t> my_counters[N]; member in counting_array_receiver
63 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()