MCPcopy 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
11void SpinLock::initialize()
12{
13 bolt = 0;
14}
15
16void SpinLock::lock()
17{

Callers 2

first_threadFunction · 0.45
setup_kernelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected