Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dcontext.py221 _start_method = None variable in Process
277 _start_method = 'fork' variable in ForkProcess
284 _start_method = 'spawn' variable in SpawnProcess
296 _start_method = 'forkserver' variable in ForkServerProcess
332 _start_method = 'spawn' variable in SpawnProcess
Dprocess.py295 if self._start_method is not None:
296 context._force_start_method(self._start_method)
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dcontext.py221 _start_method = None variable in Process
277 _start_method = 'fork' variable in ForkProcess
284 _start_method = 'spawn' variable in SpawnProcess
296 _start_method = 'forkserver' variable in ForkServerProcess
332 _start_method = 'spawn' variable in SpawnProcess
Dprocess.py295 if self._start_method is not None:
296 context._force_start_method(self._start_method)
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/multiprocessing/
Dcontext.py221 _start_method = None variable in Process
277 _start_method = 'fork' variable in ForkProcess
284 _start_method = 'spawn' variable in SpawnProcess
296 _start_method = 'forkserver' variable in ForkServerProcess
332 _start_method = 'spawn' variable in SpawnProcess
Dprocess.py295 if self._start_method is not None:
296 context._force_start_method(self._start_method)
/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
Dcontext.py221 _start_method = None variable in Process
278 _start_method = 'fork' variable in ForkProcess
285 _start_method = 'spawn' variable in SpawnProcess
297 _start_method = 'forkserver' variable in ForkServerProcess
333 _start_method = 'spawn' variable in SpawnProcess
Dprocess.py295 if self._start_method is not None:
296 context._force_start_method(self._start_method)
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dcontext.py221 _start_method = None variable in Process
277 _start_method = 'fork' variable in ForkProcess
284 _start_method = 'spawn' variable in SpawnProcess
296 _start_method = 'forkserver' variable in ForkServerProcess
332 _start_method = 'spawn' variable in SpawnProcess
Dprocess.py295 if self._start_method is not None:
296 context._force_start_method(self._start_method)