Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_for.cpp194 struct FunctorToCancel { struct
212 std::atomic<bool> FunctorToCancel::need_to_wait(true);
261 ~ParallelForRunner() { FunctorToCancel::reset(); } in ~ParallelForRunner()
267 run_overload(br, FunctorToCancel{}); in operator ()()
270 run_overload(std::size_t(0), buffer_test_size, FunctorToCancel{}); in operator ()()
273 run_overload(std::size_t(0), buffer_test_size, worker_task_step, FunctorToCancel{}); in operator ()()