MCPcopy 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

ThreadBatchRunMethod · 0.80
ThreadRunMethod · 0.80

Calls 1

LockMethod · 0.45

Tested by

no test coverage detected