Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dfull_update_generator.cc186 base::DelegateSimpleThreadPool thread_pool("full-update-generator", in GenerateOperations() local
188 thread_pool.Start(); in GenerateOperations()
190 thread_pool.AddWork(&processor); in GenerateOperations()
191 thread_pool.JoinAll(); in GenerateOperations()
Ddelta_diff_utils.cc348 base::DelegateSimpleThreadPool thread_pool("incremental-update-generator", in DeltaReadPartition() local
350 thread_pool.Start(); in DeltaReadPartition()
352 thread_pool.AddWork(&processor); in DeltaReadPartition()
354 thread_pool.JoinAll(); in DeltaReadPartition()