First page Back Continue Last page Graphics
More Solutions
RTOS may provide an instruction that disables the scheduler during an interrupt.
- requires the programmer to make a call to this RTOS function in any interrupt routines that are about to call an RTOS function that may unblock a higher priority task.
Some RTOS provide alternate functions for routines that would unblock a task and a function that interrupt routine calls prior to exit to cause the schedule to reschedule tasks.