MCPcopy Create free account
hub / github.com/crossuo/crossuo / Stop

Method Stop

src/Wisp/WispThread.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void CThread::Stop()
139{
140 LOCK(m_Mutex);
141 m_Active = false;
142 UNLOCK(m_Mutex);
143}
144
145bool CThread::Cycled()
146{

Callers 4

wasapiCleanupFunction · 0.80
xaudio2CleanupFunction · 0.80
HAIKUAUDIO_CloseDeviceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected