Home
last modified time | relevance | path

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

/bootable/recovery/update_verifier/
Dupdate_verifier.cpp142 size_t thread_num = std::thread::hardware_concurrency() ?: 4; in ReadBlocks() local
143 std::vector<RangeSet> groups = ranges.Split(thread_num); in ReadBlocks()
186 LOG(INFO) << "Finished reading blocks on " << dm_block_device << " with " << thread_num in ReadBlocks()