pub fn scheduler_frame_guard_exit(
__arg0: RuntimeSchedulerReturn,
__arg1: bool,
) -> boolExpand 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.