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