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.