Lines Matching refs:ProcessPoolExecutor
155 executor_type = futures.ProcessPoolExecutor
162 self.skipTest("ProcessPoolExecutor unavailable on this system")
169 executor_type = futures.ProcessPoolExecutor
176 self.skipTest("ProcessPoolExecutor unavailable on this system")
181 executor_type = futures.ProcessPoolExecutor
188 self.skipTest("ProcessPoolExecutor unavailable on this system")
383 if self.executor_type == futures.ProcessPoolExecutor:
547 with futures.ProcessPoolExecutor(
557 executor = futures.ProcessPoolExecutor(
581 executor = futures.ProcessPoolExecutor(
959 with futures.ProcessPoolExecutor(1, mp_context=mp.get_context('fork')) as workers:
996 futures.ProcessPoolExecutor(max_workers=62)