Lines Matching defs:process
5 from . import process
37 current_process = staticmethod(process.current_process)
38 parent_process = staticmethod(process.parent_process)
39 active_children = staticmethod(process.active_children)
50 '''Returns a manager associated with a running server process
117 '''Returns a process pool object'''
145 '''Check whether this is a fake forked process in a frozen executable.
181 '''Set list of module names to try to load in forkserver process.
220 class Process(process.BaseProcess):
276 class ForkProcess(process.BaseProcess):
283 class SpawnProcess(process.BaseProcess):
292 # process is spawned, nothing to do
295 class ForkServerProcess(process.BaseProcess):
331 class SpawnProcess(process.BaseProcess):
340 # process is spawned, nothing to do
360 # Check that the current thread is spawning a child process