Home
last modified time | relevance | path

Searched refs:get_spawning_popen (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dpopen_spawn_win32.py7 from .context import reduction, get_spawning_popen, set_spawning_popen
94 assert self is get_spawning_popen()
Dprocess.py327 from .context import get_spawning_popen
328 if get_spawning_popen() is None:
Dcontext.py346 def get_spawning_popen(): function
353 if get_spawning_popen() is None:
Dreduction.py189 popen_obj = context.get_spawning_popen()
Dsynchronize.py104 h = context.get_spawning_popen().duplicate_for_child(sl.handle)
Dmanagers.py26 from .context import reduction, get_spawning_popen, ProcessError
874 if get_spawning_popen() is not None: