Home
last modified time | relevance | path

Searched refs:test_kill_current_process_group (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/process/
Dkill.rs95 pub fn test_kill_current_process_group() -> io::Result<()> { in test_kill_current_process_group() function
96 backend::process::syscalls::test_kill_current_process_group() in test_kill_current_process_group()
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/process/
Dsyscalls.rs566 pub(crate) fn test_kill_current_process_group() -> io::Result<()> { in test_kill_current_process_group() function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/process/
Dsyscalls.rs655 pub(crate) fn test_kill_current_process_group() -> io::Result<()> { in test_kill_current_process_group() function