Home
last modified time | relevance | path

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

/third_party/python/Lib/multiprocessing/
H A Dpopen_spawn_win32.py7 from .context import reduction, get_spawning_popen, set_spawning_popen namespace
99 assert self is get_spawning_popen()
H A Dcontext.py365 def get_spawning_popen(): function
372 if get_spawning_popen() is None:
H A Dprocess.py351 from .context import get_spawning_popen namespace
352 if get_spawning_popen() is None:
H A Dreduction.py193 popen_obj = context.get_spawning_popen()
H A Dsynchronize.py104 h = context.get_spawning_popen().duplicate_for_child(sl.handle)
H A Dmanagers.py30 from .context import reduction, get_spawning_popen, ProcessError namespace
900 if get_spawning_popen() is not None:

Completed in 5 milliseconds