pub static pline_level: Atomic<i32>
Port of int pline_level = 0; from Src/exec.c:461. Recursive pipeline depth (counts nested pipelines within the current execlist call chain).
int pline_level = 0;
Src/exec.c:461
execlist