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

Method GetThreadCount

Source/Client/NM_Engine/ThreadManagerHelper.cpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249
250
251std::size_t CThreadManager::GetThreadCount()
252{
253 return m_vThreadList.size();
254}
255
256int CThreadManager::GetSuspendedThreadCount()
257{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected