MCPcopy 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
167bool CThread::Paused()
168{
169 LOCK(m_Mutex);
170 bool result = m_Paused;
171 UNLOCK(m_Mutex);
172 return result;
173}
174
175int CThread::Delay()
176{

Callers 2

THREADCALL CThreadLoopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected