PowerAda 87

From OC Systems Wiki!
< PowerAda:APPENDIX C. Implementation Characteristics‎ | Annex M
Revision as of 10:19, 24 April 2019 by imported>WikiVisor
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

(87) The value of Current_Task when in a protected entry or interrupt handler.

See C.7.1(17).

The value of Current_Task when in a protected entry will be that of the task executing the entry (Note that this may not be the task that called the given protected entry, instead it may be some other task servicing the protected entry queues on behalf of the caller task(s)).

The value of Current_Task when in an interrupt handler will be that of the runtime defined interrupt task..