Searched refs:TestFunctor (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_for.cpp | 46 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 D | test_task_group.cpp | 631 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 D | test_task_arena.cpp | 675 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 {
|