Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrency_tracker.h80 struct ExactConcurrencyLevel : NoCopy { struct
98 ExactConcurrencyLevel(double timeout, size_t concLevel) : in ExactConcurrencyLevel() argument
142 ExactConcurrencyLevel o(30., concLevel); argument
155 ExactConcurrencyLevel o(3., concLevel); in isEqual() argument
160 ++ExactConcurrencyLevel::myEpoch; in checkLessOrEqual() argument
161 ExactConcurrencyLevel o(0., concLevel); in checkLessOrEqual()
168 std::mutex ExactConcurrencyLevel::global_mutex;
169 thread_local int ExactConcurrencyLevel::myUniqueThreads;
170 std::atomic<int> ExactConcurrencyLevel::myEpoch;
/oneTBB/test/conformance/
H A Dconformance_global_control.cpp76 utils::ExactConcurrencyLevel::check(expected_threads); in RunWorkersLimited()
133 utils::ExactConcurrencyLevel::check(expected_threads); in TestAutoInit()
143 utils::ExactConcurrencyLevel::check(max_parallelism-1); in TestAutoInit()
156 utils::ExactConcurrencyLevel::check(1); in operator ()()
159 utils::ExactConcurrencyLevel::check(1); in operator ()()
163 utils::ExactConcurrencyLevel::check(1); in operator ()()
165 utils::ExactConcurrencyLevel::check(2); in operator ()()
170 utils::ExactConcurrencyLevel::check(1); in operator ()()
173 utils::ExactConcurrencyLevel::check(1); in operator ()()
175 utils::ExactConcurrencyLevel::check(1); in operator ()()
[all …]
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp534 utils::ExactConcurrencyLevel::check(1); in TestMandatoryConcurrency()