Searched refs:thread_pool (Results 1 – 5 of 5) sorted by relevance
183 base::DelegateSimpleThreadPool thread_pool("full-update-generator", in GenerateOperations() local185 thread_pool.Start(); in GenerateOperations()187 thread_pool.AddWork(&processor); in GenerateOperations()188 thread_pool.JoinAll(); in GenerateOperations()
196 base::DelegateSimpleThreadPool thread_pool{"partition-thread-pool", in GenerateUpdatePayloadFile() local229 thread_pool.Start(); in GenerateUpdatePayloadFile()231 thread_pool.AddWork(&processor); in GenerateUpdatePayloadFile()233 thread_pool.JoinAll(); in GenerateUpdatePayloadFile()
406 base::DelegateSimpleThreadPool thread_pool("incremental-update-generator", in DeltaReadPartition() local408 thread_pool.Start(); in DeltaReadPartition()410 thread_pool.AddWork(&processor); in DeltaReadPartition()412 thread_pool.JoinAll(); in DeltaReadPartition()
26 base/task/thread_pool