Searched refs:start_method (Results 1 – 7 of 7) sorted by relevance
152 if self.start_method not in AVAILABLE_START_METHODS:153 self.skipTest("%r start method not available" % self.start_method)161 expected_results = "%s -> [1, 4, 9]" % self.start_method167 run_args = cmd_line_switches + (script_name, self.start_method)286 start_method = 'spawn' variable in SpawnCmdLineTest290 start_method = 'fork' variable in ForkCmdLineTest294 start_method = 'forkserver' variable in ForkServerCmdLineTest
5847 def install_tests_in_module_dict(remote_globs, start_method): argument5886 multiprocessing.set_start_method(start_method, force=True)5888 raise unittest.SkipTest(start_method +
177 start_method=get_start_method(),
263 start_method for worker processes created by the pool.
67457 u32 start_method; member
80589 u32 start_method; member