Function process_utils::find_all_pids [] [src]

pub fn find_all_pids(cmd_name: &str) -> IOResult<Vec<Stat>>

Walk through /proc and find all processes with the name that equals the cmd_name.