Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ RunUnlock
Method
RunUnlock
source/emulator/src/Graphics/GraphicsRun.cpp:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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(); }
74
Callers
2
ThreadBatchRun
Method · 0.80
ThreadRun
Method · 0.80
Calls
1
Unlock
Method · 0.45
Tested by
no test coverage detected