Home
last modified time | relevance | path

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

/bootable/recovery/update_verifier/
Dupdate_verifier.cpp147 auto thread_func = [&group, &dm_block_device, &partition_name]() { in ReadBlocks() local
179 threads.emplace_back(std::async(std::launch::async, thread_func)); in ReadBlocks()