Skip to main content

list_pipe_child

Static list_pipe_child 

Source
pub static list_pipe_child: AtomicI32
Expand description

Port of static int list_pipe_child = 0; from Src/exec.c:462. Set in the child after the list_pipe fork so the child knows to continue executing the loop body (vs the parent which records the pid + returns).