Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A 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
H A Dprocess.py295 if self._start_method is not None:
296 context._force_start_method(self._start_method)
/aosp_15_r20/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)
/aosp_15_r20/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)
/aosp_15_r20/external/python/cpython3/Lib/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)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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)
/aosp_15_r20/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)
/aosp_15_r20/external/pytorch/torch/distributed/elastic/agent/server/
H A Dlocal_elastic_agent.py158 self._start_method = start_method
350 start_method=self._start_method,