Searched refs:expected_threads (Results 1 – 2 of 2) sorted by relevance
75 const std::size_t expected_threads = (utils::get_platform_max_threads()==1)? 1 : parallelism; in RunWorkersLimited() local76 utils::ExactConcurrencyLevel::check(expected_threads); in RunWorkersLimited()131 const unsigned expected_threads = utils::get_platform_max_threads()==1? in TestAutoInit() local133 utils::ExactConcurrencyLevel::check(expected_threads); in TestAutoInit()
671 int expected_threads = num_threads; in test_concurrency() local673 expected_threads = max_num_threads; in test_concurrency()676 expected_threads = 1; in test_concurrency()679 concurrency_peak_checker_body counter(expected_threads); in test_concurrency()