Home
last modified time | relevance | path

Searched refs:kill_current_process_group (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/src/process/
H A Dkill.rs49 pub fn kill_current_process_group(sig: Signal) -> io::Result<()> { in kill_current_process_group() functions
50 backend::process::syscalls::kill_current_process_group(sig) in kill_current_process_group()
H A Dmod.rs50 pub use kill::{kill_current_process_group, kill_process, kill_process_group, Signal};
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dsyscalls.rs440 pub(crate) fn kill_current_process_group(sig: Signal) -> io::Result<()> {
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
H A Dsyscalls.rs547 pub(crate) fn kill_current_process_group(sig: Signal) -> io::Result<()> {

Completed in 2 milliseconds