Function wake_task_waiters

Source
pub fn wake_task_waiters(task_id: usize)
Expand description

Wake up any processes waiting for a specific task

This function should be called when a task exits to wake up any parent processes that are waiting for this specific task.

ยงArguments

  • task_id - The ID of the task that has exited