Skip to main content

list_pipe_pid

Static list_pipe_pid 

Source
pub static list_pipe_pid: Atomic<i32>
Expand description

Port of static pid_t list_pipe_pid; from Src/exec.c:459. PID of the sub-shell created to host the loop-after-pipe pattern; passed up the recursive execlist stack so the cat-job’s super- job entry can record it.