MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / GetThreadCount

Method GetThreadCount

WinSysCore/ProcessManager.cpp:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156size_t ProcessManager::GetThreadCount() const {
157 return _impl->GetThreadCount();
158}
159
160size_t WinSys::ProcessManager::GetProcessCount() const {
161 return _impl->GetProcesses().size();

Callers 1

RefreshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected