Jump to content

Interrupt thread context

From EDM2
Revision as of 00:50, 24 November 2012 by Martini (talk | contribs) (Created page with ""interrupt thread context": a thread that will execute from an interrupt handler or a timer tick handler (!), be aware that this includes all subfunctions called from the interru...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

"interrupt thread context": 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