Searched refs:func_counter (Results 1 – 1 of 1) sorted by relevance
88 std::atomic<std::size_t> func_counter{0}; variable89 void func() { func_counter++; }; in func()95 test_from_2_to_10_arguments(func_ptr, func_counter);