Next: , Previous: , Up: ProcessorScheduler   [Index]


1.136.3 ProcessorScheduler: built ins

disableInterrupts

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.

enableInterrupts

Re-enable interrupts caused by external events while the current process is executing. By default, interrupts are enabled.