pub fn proc_parent<M: MemorySize>(
ctx: FunctionEnvMut<'_, WasiEnv>,
pid: Pid,
ret_parent: WasmPtr<Pid, M>,
) -> Errno
Expand description
ยงproc_parent()
Returns the parent handle of the supplied process
pub fn proc_parent<M: MemorySize>(
ctx: FunctionEnvMut<'_, WasiEnv>,
pid: Pid,
ret_parent: WasmPtr<Pid, M>,
) -> Errno
proc_parent()
Returns the parent handle of the supplied process