Searched refs:get_procs_with_pid (Results 1 – 3 of 3) sorted by relevance
154 pub(crate) fn get_procs_with_pid(&self, pid: i32) -> Result<KVVec<Arc<Process>>> { in get_procs_with_pid() method
583 let procs = ctx.get_procs_with_pid(pid)?; in rust_binder_proc_show_impl()
1546 for proc in ctx.get_procs_with_pid(info.pid as i32)? { in ioctl_freeze()