Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
bool CThread::Cycled()
146
{
147
LOCK(m_Mutex);
148
bool result = m_Cycled;
149
UNLOCK(m_Mutex);
150
return result;
151
}
152
153
void CThread::Pause()
154
{
Callers
2
THREADCALL CThreadLoop
Function · 0.80
THREADCALL CThreadLoopSynchronizedDelay
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected