Searched refs:my_current_val (Results 1 – 1 of 1) sorted by relevance
173 std::atomic<int> *my_current_val; member in test_input_body189 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_body211 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_body324 int ival = ++(*my_current_val); in operator ()()[all …]