Jump to content

Interrupt thread context: Difference between revisions

From EDM2
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..."
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
"interrupt thread context": a thread that will execute from an interrupt handler or a timer tick handler (!), be aware that this includes all
'''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]].
subfunctions called from the interrupt handler / timer tick handler ! On the other hand: a context hook handler runs in "task thread" context


[[Category:Glossary]]
[[Category:Glossary]]

Latest revision as of 14:16, 14 November 2017

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.