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
98 assert self is get_spawning_popen()
Dcontext.py351 def get_spawning_popen(): function
358 if get_spawning_popen() is None:
Dprocess.py345 from .context import get_spawning_popen
346 if get_spawning_popen() is None:
Dreduction.py193 popen_obj = context.get_spawning_popen()
Dsynchronize.py104 h = context.get_spawning_popen().duplicate_for_child(sl.handle)
Dmanagers.py31 from .context import reduction, get_spawning_popen, ProcessError
887 if get_spawning_popen() is not None: