Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
size_t ProcessManager::GetThreadCount() const {
157
return _impl->GetThreadCount();
158
}
159
160
size_t WinSys::ProcessManager::GetProcessCount() const {
161
return _impl->GetProcesses().size();
Callers
1
Refresh
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected