Expand description
Enabling and disabling interrupts
Functions§
- Returns whether interrupts are enabled.
- Disable interrupts.
- Enable interrupts.
- Atomically enable interrupts and put the CPU to sleep
- Cause a breakpoint exception by invoking the
int3
instruction. - Generate a software interrupt by invoking the
int
instruction. - Run a closure with disabled interrupts.