Searched refs:myConcLevel (Results 1 – 1 of 1) sorted by relevance
94 const size_t myConcLevel; member101 myTimeout(timeout), myConcLevel(concLevel) { in ExactConcurrencyLevel()106 SpinBarrier barrier((unsigned)myConcLevel, /*throwaway=*/true); in run()109 tbb::parallel_for((size_t)0, myConcLevel*LOOP_ITERS, *this, tbb::simple_partitioner()); in run()115 REQUIRE_MESSAGE(v <= myConcLevel, "Number of active bodies is too high."); in operator()116 if (v == myConcLevel) // record that the max expected concurrency was observed in operator()