Jump to content

Interrupt thread context

From EDM2
Revision as of 14:16, 14 November 2017 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.