Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dcontext.py221 _start_method = None variable in Process
272 _start_method = 'fork' variable in ForkProcess
279 _start_method = 'spawn' variable in SpawnProcess
286 _start_method = 'forkserver' variable in ForkServerProcess
322 _start_method = 'spawn' variable in SpawnProcess