Lines Matching refs:max_workers
121 max_workers=self.worker_count,
126 max_workers=self.worker_count,
362 executor = self.executor_type(max_workers=3)
424 with futures.ThreadPoolExecutor(max_workers=5) as e:
433 executor = futures.ThreadPoolExecutor(max_workers=5)
448 executor = futures.ThreadPoolExecutor(max_workers=5)
462 max_workers=5, thread_name_prefix='SpecialPool')
473 executor = futures.ThreadPoolExecutor(max_workers=5)
524 with futures.ProcessPoolExecutor(max_workers=5) as e:
533 executor = futures.ProcessPoolExecutor(max_workers=5)
556 executor = futures.ProcessPoolExecutor(max_workers=5)
873 self.executor_type(max_workers=number)
943 futures.ProcessPoolExecutor(max_workers=62)
1150 max_workers=2, mp_context=get_context(self.ctx))
1228 with self.executor_type(max_workers=2,
1241 with self.executor_type(max_workers=2,