Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dspawn.py102 source_process = _winapi.OpenProcess(
106 source_process = None
108 source_process=source_process)
110 parent_sentinel = source_process
Dreduction.py72 *, source_process=None): argument
75 if source_process is None:
76 source_process = current_process
80 source_process, handle, target_process,