Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_flow_graph.cpp173 std::atomic<int> *my_current_val; member in test_input_body
189 if(*my_current_val > g_NumItems) { in operator ()()
191 *my_current_val = g_NumItems; in operator ()()
199 int count_value() { return (int)*my_current_val; } in count_value()
205 std::atomic<int> *my_current_val; member in test_input_body
211 int outint = ++(*my_current_val); in operator ()()
212 if(*my_current_val > g_NumItems) { in operator ()()
213 *my_current_val = g_NumItems; in operator ()()
318 std::atomic<int> *my_current_val; member in tuple_test_input_body
324 int ival = ++(*my_current_val); in operator ()()
[all …]