cortex-gnat-rts icon indicating copy to clipboard operation
cortex-gnat-rts copied to clipboard

Block a PO’s interrupt(s?) while in protected action

Open simonjwright opened this issue 2 years ago • 0 comments

AdaCore’s "Intro to Embedded Systems" says, in the section on Handling Interrupts,

The standard mutually exclusive access provided to the execution of protected procedures and entries is enforced whether the "call" originates in hardware, via an interrupt, or in the application software, via some task. While any protected action in the PO executes, the corresponding interrupt is blocked, such that another occurrence will not preempt the execution of that actions' procedure or entry body execution in the PO.

Not sure that this RTS meets that requirement.

simonjwright avatar Dec 16 '22 16:12 simonjwright