Searched refs:ExactConcurrencyLevel (Results 1 – 3 of 3) sorted by relevance
80 struct ExactConcurrencyLevel : NoCopy { struct98 ExactConcurrencyLevel(double timeout, size_t concLevel) : in ExactConcurrencyLevel() argument142 ExactConcurrencyLevel o(30., concLevel); argument155 ExactConcurrencyLevel o(3., concLevel); in isEqual() argument160 ++ExactConcurrencyLevel::myEpoch; in checkLessOrEqual() argument161 ExactConcurrencyLevel o(0., concLevel); in checkLessOrEqual()168 std::mutex ExactConcurrencyLevel::global_mutex;169 thread_local int ExactConcurrencyLevel::myUniqueThreads;170 std::atomic<int> ExactConcurrencyLevel::myEpoch;
76 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 …]
534 utils::ExactConcurrencyLevel::check(1); in TestMandatoryConcurrency()