Next: ProcessorScheduler-idle tasks, Previous: ProcessorScheduler-basic, Up: ProcessorScheduler [Index]
Disable interrupts caused by external events while the current process is executing. Note that interrupts are disabled on a per-process basis, and that calling #disableInterrupts twice requires calling #enableInterrupts twice as well to re-enable interrupts.
Re-enable interrupts caused by external events while the current process is executing. By default, interrupts are enabled.