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

Method unlock

lab7/src/5/src/kernel/sync.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void SpinLock::unlock()
29{
30 bolt = 0;
31}
32
33Semaphore::Semaphore()
34{

Callers 2

PMethod · 0.45
VMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected