MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/Cauldron / GetThreadPool

Function GetThreadPool

src/common/Misc/ThreadPool.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23static ThreadPool g_threadPool;
24
25ThreadPool *GetThreadPool()
26{
27 return &g_threadPool;
28}
29
30#define ENABLE_MULTI_THREADING
31

Callers 1

ThreadPoolMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected