Searched refs:kill_process_group (Results 1 – 2 of 2) sorted by relevance
318 pub fn kill_process_group() -> Result<()> { in kill_process_group() function
23 use base::{debug, error, getpid, info, kill_process_group, reap_child, syslog, warn};2391 if let Err(e) = kill_process_group() { in crosvm_main()