Function wake_parent_waiters

Source
pub fn wake_parent_waiters(parent_id: usize)
Expand description

Wake up a parent process waiting for any child (waitpid(-1))

This function should be called when any child of a parent exits.

ยงArguments

  • parent_id - The ID of the parent task