[][src]Function sunrise_bootstrap::gdt::i386::instructions::interrupts::cli

pub unsafe fn cli()

Disable interrupts

Safety

Should be paired with a call to sti. While interrupts are disabled, care should be taken not to sleep in any way, as this will cause a deadlock.