Home
last modified time | relevance | path

Searched refs:thread_results (Results 1 - 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dmerkle_tree_builder.cpp59 std::vector<std::future<void>> thread_results; in GetDataHashes() local
94 thread_results.push_back(mPools->Enqueue(&MerkleTreeBuilder::RunHashTask, this, std::ref(hashes), in GetDataHashes()
98 for (auto& thread_result : thread_results) { in GetDataHashes()
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H A Dcode_signing.cpp367 std::vector<std::future<bool>> thread_results; in HandleZipGlobalInfo() local
370 thread_results.push_back(mPools->Enqueue(&CodeSigning::RunParseZipInfo, this, in HandleZipGlobalInfo()
375 for (auto& thread_result : thread_results) { in HandleZipGlobalInfo()

Completed in 3 milliseconds