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

Method IsActive

src/Wisp/WispThread.cpp:130–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130bool CThread::IsActive()
131{
132 LOCK(m_Mutex);
133 bool result = m_Active;
134 UNLOCK(m_Mutex);
135 return result;
136}
137
138void CThread::Stop()
139{

Callers 6

THREADCALL CThreadLoopFunction · 0.45
PACKET_HANDLERFunction · 0.45
PlaySoundEffectMethod · 0.45
SetClientFPSMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected