Jump to content

Interrupt thread context

From EDM2
Revision as of 23:00, 28 October 2017 by Ak120 (talk | contribs)

Interrupt thread context is a thread that will execute from an interrupt handler or a timer tick handler (!), be aware that this includes all subfunctions called from the interrupt handler/timer tick handler! On the other hand: a context hook handler runs in task thread context.