Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dcontext.py221 _start_method = None variable in Process
273 _start_method = 'fork' variable in ForkProcess
280 _start_method = 'spawn' variable in SpawnProcess
287 _start_method = 'forkserver' variable in ForkServerProcess
323 _start_method = 'spawn' variable in SpawnProcess
Dprocess.py295 if self._start_method is not None:
296 context._force_start_method(self._start_method)