Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrency_tracker.h94 const size_t myConcLevel; member
101 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()