Searched refs:max_threads (Results 1 – 1 of 1) sorted by relevance
215 std::size_t max_threads = std::thread::hardware_concurrency(); in ReadInputDumpFiles() local217 std::min(dump_files_.size() / kSourcesPerBatchThread, max_threads) : 0; in ReadInputDumpFiles()