Skip to main content

SYS_PROC_WAIT

Constant SYS_PROC_WAIT 

Source
pub const SYS_PROC_WAIT: usize = 314; // 314usize
Expand description

Wait for any child process to change state.

Returns the PID of the terminated child, or -ECHILD if no children.