Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dfull_update_generator.cc183 base::DelegateSimpleThreadPool thread_pool("full-update-generator", in GenerateOperations() local
185 thread_pool.Start(); in GenerateOperations()
187 thread_pool.AddWork(&processor); in GenerateOperations()
188 thread_pool.JoinAll(); in GenerateOperations()
Ddelta_diff_generator.cc196 base::DelegateSimpleThreadPool thread_pool{"partition-thread-pool", in GenerateUpdatePayloadFile() local
229 thread_pool.Start(); in GenerateUpdatePayloadFile()
231 thread_pool.AddWork(&processor); in GenerateUpdatePayloadFile()
233 thread_pool.JoinAll(); in GenerateUpdatePayloadFile()
Ddelta_diff_utils.cc690 base::DelegateSimpleThreadPool thread_pool("incremental-update-generator", in DeltaReadPartition() local
692 thread_pool.Start(); in DeltaReadPartition()
694 thread_pool.AddWork(&processor); in DeltaReadPartition()
696 thread_pool.JoinAll(); in DeltaReadPartition()