Searched refs:thread_num (Results 1 – 1 of 1) sorted by relevance
142 size_t thread_num = std::thread::hardware_concurrency() ?: 4; in ReadBlocks() local143 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()