Home
last modified time | relevance | path

Searched defs:kill_process (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/src/process/
Dkill.rs16 pub fn kill_process(pid: Pid, sig: Signal) -> io::Result<()> { in kill_process() function
/third_party/rust/crates/rustix/src/backend/libc/process/
Dsyscalls.rs423 pub(crate) fn kill_process(pid: Pid, sig: Signal) -> io::Result<()> { in kill_process() function
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dsyscalls.rs537 pub(crate) fn kill_process(pid: Pid, sig: Signal) -> io::Result<()> { in kill_process() function
/third_party/python/Lib/test/
Dtest_os.py3116 def kill_process(pid): function