Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ initialize
Method
initialize
lab7/src/2/src/kernel/sync.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
void SpinLock::initialize()
13
{
14
bolt = 0;
15
}
16
17
void SpinLock::lock()
18
{
Callers
1
setup_kernel
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected