Skip to main content

exstack

Static exstack 

Source
pub static exstack: Mutex<Option<Box<execstack>>>
Expand description

Port of struct execstack *exstack; from Src/exec.c:244. Head of the linked exec-context save stack — execsave pushes a frame before signal-handler / trap dispatch; execrestore pops it afterwards so the interrupted command resumes with its state intact.