Lines Matching refs:pid
1836 # because it does cleanup based on the pid returned by fork_exec
3068 pid = p.pid
3093 pid = p.pid
3098 os.kill(pid, signal.SIGKILL)
3115 self.assertRaises(OSError, os.waitpid, pid, 0)
3276 support.wait_process(proc.pid, exitcode=0)
3279 with mock.patch('subprocess.os.waitpid', return_value=(proc.pid, status)):
3290 support.wait_process(proc.pid, exitcode=0)