Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ RunLock
Method
RunLock
source/emulator/src/Graphics/GraphicsRun.cpp:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
void BufferWait();
69
70
void RunLock() { m_run_mutex.Lock(); }
71
void RunUnlock() { m_run_mutex.Unlock(); }
72
void Lock() { m_mutex.Lock(); }
73
void Unlock() { m_mutex.Unlock(); }
Callers
2
ThreadBatchRun
Method · 0.80
ThreadRun
Method · 0.80
Calls
1
Lock
Method · 0.45
Tested by
no test coverage detected