Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_for.cpp215 static constexpr std::size_t maxParallelForRunnerMode = 14; variable
222 …static_assert(Mode >= 0 && Mode <= maxParallelForRunnerMode, "Incorrect mode for ParallelForRunner…
298 struct ParallelForTestRunner<maxParallelForRunnerMode> {
300 run_parallel_for_cancellation_test<maxParallelForRunnerMode>(); in run()