Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_parallel_for.cpp46 class TestFunctor{ class
202 InvokerStep< Flavor, Partitioner, T, TestFunctor<T> > invoke_for; in TestParallelForWithStepSupportHelper()
208 invoke_for(begin, pfor_buffer_test_size, TestFunctor<T>(), p); in TestParallelForWithStepSupportHelper()
210 invoke_for(begin, pfor_buffer_test_size, step, TestFunctor<T>(), p); in TestParallelForWithStepSupportHelper()
245 …oneapi::tbb::parallel_for(static_cast<T>(2), static_cast<T>(1), static_cast<T>(1), TestFunctor<T>(… in TestParallelForWithStepSupport()
/oneTBB/test/tbb/
H A Dtest_task_group.cpp631 struct TestFunctor { struct
639 TestFunctor tf; in TestConstantFunctorRequirement() argument
646 struct TestFunctor { struct
650 struct MoveOnlyFunctor : utils::MoveOnly, TestFunctor {
655 struct MovePreferableFunctor : utils::Movable, TestFunctor {
661 struct NoMoveNoCopyFunctor : utils::NoCopy, TestFunctor {
H A Dtest_task_arena.cpp675 struct TestFunctor { struct
682 TestFunctor tf; in TestConstantFunctorRequirement() argument
1179 struct TestFunctor { struct
1183 struct MoveOnlyFunctor : utils::MoveOnly, TestFunctor {
1188 struct MovePreferableFunctor : utils::Movable, TestFunctor {
1194 struct NoMoveNoCopyFunctor : utils::NoCopy, TestFunctor {