Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_for.cpp95 typedef TestSimplePartitionerStabilityFunctor FunctorType; in TestSimplePartitionerStability() typedef
101 …tbb::parallel_for(tbb::blocked_range<size_t>(0,rangeToSplitSize,grainsize),FunctorType(firstSeries… in TestSimplePartitionerStability()
102 …tbb::parallel_for(tbb::blocked_range<size_t>(0,rangeToSplitSize,grainsize),FunctorType(secondSerie… in TestSimplePartitionerStability()