Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_invoke.cpp88 std::atomic<std::size_t> func_counter{0}; variable
89 void func() { func_counter++; }; in func()
95 test_from_2_to_10_arguments(func_ptr, func_counter);