Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
bool CThread::IsActive()
131
{
132
LOCK(m_Mutex);
133
bool result = m_Active;
134
UNLOCK(m_Mutex);
135
return result;
136
}
137
138
void CThread::Stop()
139
{
Callers
6
THREADCALL CThreadLoop
Function · 0.45
THREADCALL CThreadLoopSynchronizedDelay
Function · 0.45
PACKET_HANDLER
Function · 0.45
PlaySoundEffect
Method · 0.45
SetClientFPS
Method · 0.45
SetReduceFPSUnactiveWindow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected