Skip to main content

scheduler_frame_guard_exit

Function scheduler_frame_guard_exit 

Source
pub fn scheduler_frame_guard_exit(
    __arg0: RuntimeSchedulerReturn,
    __arg1: bool,
) -> bool
Expand description

Consumes the current CPU’s scheduler switch baton after switch tail.

This hook restores task-context hardware IRQ state and must not schedule recursively. It returns true only when deferred callbacks may run with IRQs enabled and every ordinary guard clear.