Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
void InterruptManager::disableInterrupt()
109
{
110
asm_disable_interrupt();
111
}
112
113
bool InterruptManager::getInterruptStatus()
114
{
Callers
6
executeThread
Method · 0.45
schedule
Method · 0.45
program_exit
Function · 0.45
executeProcess
Method · 0.45
load_process
Function · 0.45
fork
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected