MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / ThreadCount

Method ThreadCount

engine/Poseidon/Core/TaskPool.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159uint32_t TaskPool::ThreadCount() const
160{
161 return _scheduler ? _scheduler->GetNumTaskThreads() : 0;
162}
163
164uint32_t ResolveTaskPoolThreadCount(int cliOverride, unsigned hardwareThreads)
165{

Callers 2

ParseCommandLineMethod · 0.80
test_task_pool.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected