Home
last modified time | relevance | path

Searched defs:kill_process (Results 1 – 5 of 5) 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/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_commands.py135 def 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.py3104 def kill_process(pid): function