Skip to main content

SIGNAL_IRQ_DEFERRED_COUNT

Static SIGNAL_IRQ_DEFERRED_COUNT 

Source
pub static SIGNAL_IRQ_DEFERRED_COUNT: AtomicU64
Expand description

Count of signals deferred on the interrupt-return path because their default action (Term/Core/Stop) or missing restorer requires a task-switch or kill, which is not safe from timer-IRQ context. Exposed for diagnostics.