MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / SpinLock

Method SpinLock

lab7/src/4/src/kernel/sync.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "program.h"
6
7SpinLock::SpinLock()
8{
9 initialize();
10}
11
12void SpinLock::initialize()
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected