Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ SpinLock
Method
SpinLock
lab8/src/7/src/kernel/sync.cpp:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#include
"program.h"
6
7
SpinLock::SpinLock()
8
{
9
initialize();
10
}
11
12
void SpinLock::initialize()
13
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected