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

Callers 1

setup_kernelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected