Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ Paused
Method
Paused
src/Wisp/WispThread.cpp:167–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
bool CThread::Paused()
168
{
169
LOCK(m_Mutex);
170
bool result = m_Paused;
171
UNLOCK(m_Mutex);
172
return result;
173
}
174
175
int CThread::Delay()
176
{
Callers
2
THREADCALL CThreadLoop
Function · 0.80
THREADCALL CThreadLoopSynchronizedDelay
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected