Skip to main content

wait_blocking

Function wait_blocking 

Source
fn wait_blocking(
    parent_id: TaskId,
    target: Option<TaskId>,
) -> Result<(TaskId, u64, i32), SyscallError>
Expand description

Block until a matching child becomes a zombie, checking signals each cycle.

Returns Ok(WaitChildResult::Reaped { .. }) or propagates EINTR / NoChildren.