MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / GetSuspendedThreadCount

Method GetSuspendedThreadCount

Source/Client/NM_Engine/ThreadManagerHelper.cpp:256–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256int CThreadManager::GetSuspendedThreadCount()
257{
258 auto iCount = 0;
259
260 for (const auto & thread : m_vThreadList)
261 if (thread->customThread->HasSuspend())
262 iCount++;
263
264 return iCount;
265}
266
267bool CThreadManager::HasSuspendedThread()
268{

Callers

nothing calls this directly

Calls 1

HasSuspendMethod · 0.80

Tested by

no test coverage detected