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