Home | History | Annotate | Download | only in tools

Lines Matching refs:pid

436 def KillProcessWithID(pid):
438 os.popen('taskkill /T /F /PID %d' % pid)
440 os.kill(pid, signal.SIGTERM)
491 KillProcessWithID(process.pid)