Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
static ThreadPool g_threadPool;
24
25
ThreadPool *GetThreadPool()
26
{
27
return &g_threadPool;
28
}
29
30
#define ENABLE_MULTI_THREADING
31
Callers
1
ThreadPool
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected