Home
last modified time | relevance | path

Searched defs:start_method (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_multiprocessing_main_handling.py284 start_method = 'spawn' variable in SpawnCmdLineTest
288 start_method = 'fork' variable in ForkCmdLineTest
292 start_method = 'forkserver' variable in ForkServerCmdLineTest
D_test_multiprocessing.py5704 def install_tests_in_module_dict(remote_globs, start_method): argument