Searched refs:maxParallelForRunnerMode (Results 1 – 1 of 1) sorted by relevance
215 static constexpr std::size_t maxParallelForRunnerMode = 14; variable222 …static_assert(Mode >= 0 && Mode <= maxParallelForRunnerMode, "Incorrect mode for ParallelForRunner…298 struct ParallelForTestRunner<maxParallelForRunnerMode> {300 run_parallel_for_cancellation_test<maxParallelForRunnerMode>(); in run()