Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ disableInterrupt
Method
disableInterrupt
lab7/src/2/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
3
executeThread
Method · 0.45
schedule
Method · 0.45
program_exit
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected