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