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

Function GetGlobalTaskPool

engine/Poseidon/Core/TaskPool.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184TaskPool* GetGlobalTaskPool()
185{
186 return g_globalPool.get();
187}
188
189void InitGlobalTaskPool(uint32_t threadCount)
190{

Callers 4

ParseCommandLineMethod · 0.85
FillCacheMethod · 0.85
PreloadWaveMethod · 0.85
KickAsyncLoadMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected