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

Function InitGlobalTaskPool

engine/Poseidon/Core/TaskPool.cpp:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void InitGlobalTaskPool(uint32_t threadCount)
190{
191 if (!g_globalPool)
192 {
193 g_globalPool = std::make_unique<TaskPool>(threadCount);
194 }
195}
196
197void ShutdownGlobalTaskPool()
198{

Callers 1

ParseCommandLineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected