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

Method Cycled

src/Wisp/WispThread.cpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145bool CThread::Cycled()
146{
147 LOCK(m_Mutex);
148 bool result = m_Cycled;
149 UNLOCK(m_Mutex);
150 return result;
151}
152
153void CThread::Pause()
154{

Callers 2

THREADCALL CThreadLoopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected