⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

notify_parent

Function notify_parent 

Source
pub fn notify_parent(child_pid: ProcessId, status: WaitStatus)
Expand description

Notify a parent process that a child has changed state.

Called from the child exit path to wake the parent if it is blocked in waitpid. Also sends SIGCHLD to the parent.