Function wasix::proc_parent
source · pub unsafe fn proc_parent(pid: Pid) -> Result<Pid, Errno>Expand description
Returns the parent handle of a particular process
Parameters
pid- Handle of the process to get the parent handle for
pub unsafe fn proc_parent(pid: Pid) -> Result<Pid, Errno>Returns the parent handle of a particular process
pid - Handle of the process to get the parent handle for