Lines Matching defs:process
29 from concurrent.futures.process import BrokenProcessPool, _check_system_limits
31 import multiprocessing.process
316 # Errors in atexit hooks don't change the process exit code, check
344 # Errors in atexit hooks don't change the process exit code, check
516 # Errors in atexit hooks don't change the process exit code, check
568 # the shutdown process
590 # the shutdown process
951 # process, otherwise it will never exit
992 @unittest.skipUnless(sys.platform=='win32', 'Windows-only process limit')
999 # When a child process is abruptly terminated, the whole pool gets
1031 # We want ensure that the traceback from the child process is
1032 # contained in the traceback raised in the main process.
1041 self.assertIs(type(cause), futures.process._RemoteTraceback)
1176 """Function that raises an Exception in process."""
1181 """Function that raises an Exception in process and ignores stderr."""
1205 """Bad object that triggers a process exit at pickling time."""
1211 """Bad object that triggers a process exit at unpickling time."""