MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / disableInterrupt

Method disableInterrupt

lab8/src/4/src/kernel/interrupt.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void InterruptManager::disableInterrupt()
109{
110 asm_disable_interrupt();
111}
112
113bool InterruptManager::getInterruptStatus()
114{

Callers 6

executeThreadMethod · 0.45
scheduleMethod · 0.45
program_exitFunction · 0.45
executeProcessMethod · 0.45
load_processFunction · 0.45
forkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected