Searched refs:target_process (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/multiprocessing/ |
D | reduction.py | 71 def duplicate(handle, target_process=None, inheritable=False): argument 73 if target_process is None: 74 target_process = _winapi.GetCurrentProcess() 76 _winapi.GetCurrentProcess(), handle, target_process,
|
/external/python/cpython2/Lib/multiprocessing/ |
D | forking.py | 230 def duplicate(handle, target_process=None, inheritable=False): argument 231 if target_process is None: 232 target_process = _subprocess.GetCurrentProcess() 234 _subprocess.GetCurrentProcess(), handle, target_process,
|