Searched refs:thread_pool (Results 1 – 3 of 3) sorted by relevance
179 base::DelegateSimpleThreadPool thread_pool("full-update-generator", in GenerateOperations() local181 thread_pool.Start(); in GenerateOperations()183 thread_pool.AddWork(&processor); in GenerateOperations()184 thread_pool.JoinAll(); in GenerateOperations()
206 base::DelegateSimpleThreadPool thread_pool{"partition-thread-pool", in GenerateUpdatePayloadFile() local241 thread_pool.Start(); in GenerateUpdatePayloadFile()243 thread_pool.AddWork(&processor); in GenerateUpdatePayloadFile()245 thread_pool.JoinAll(); in GenerateUpdatePayloadFile()
692 base::DelegateSimpleThreadPool thread_pool("incremental-update-generator", in DeltaReadPartition() local694 thread_pool.Start(); in DeltaReadPartition()696 thread_pool.AddWork(&processor); in DeltaReadPartition()698 thread_pool.JoinAll(); in DeltaReadPartition()