Lines Matching defs:process
19 from . import process
135 current_process = process.current_process()
143 tempdir = process.current_process()._config.get('tempdir')
152 process.current_process()._config['tempdir'] = tempdir
156 # Support for reinitialization of objects when bootstrapping a child process
219 sub_debug('finalizer ignored because different process')
314 Returns true if the process is shutting down
321 active_children=process.active_children,
322 current_process=process.current_process):
332 info('process shutting down')
337 # We check if the current process is None here because if
356 info('calling join() for process %s', p.name)
476 process._cleanup()
478 # Stop the ForkServer process if it's running
482 # Stop the ResourceTracker process if it's running