HomeSort by relevance Sort by last modified time
    Searched refs:start_method (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/test/
test_multiprocessing_main_handling.py 56 start_method = sys.argv[1]
57 set_start_method(start_method)
67 print(start_method, "->", results)
84 start_method = sys.argv[1]
85 set_start_method(start_method)
95 print(start_method, "->", results)
141 if self.start_method not in AVAILABLE_START_METHODS:
142 self.skipTest("%r start method not available" % self.start_method)
150 expected_results = "%s -> [1, 4, 9]" % self.start_method
156 run_args = cmd_line_switches + (script_name, self.start_method)
275 start_method = 'spawn' variable in class:SpawnCmdLineTest
279 start_method = 'fork' variable in class:ForkCmdLineTest
283 start_method = 'forkserver' variable in class:ForkServerCmdLineTest
    [all...]
_test_multiprocessing.py     [all...]
  /external/python/cpython3/Lib/multiprocessing/
spawn.py 166 start_method=get_start_method(),
219 if 'start_method' in data:
220 set_start_method(data['start_method'], force=True)

Completed in 2351 milliseconds