Home
last modified time | relevance | path

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

/bootable/recovery/update_verifier/
Dupdate_verifier.cpp145 std::vector<std::future<bool>> threads; in ReadBlocks() local
179 threads.emplace_back(std::async(std::launch::async, thread_func)); in ReadBlocks()
183 for (auto& t : threads) { in ReadBlocks()