Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ getInstance
Method
getInstance
src/ThreadPool.h:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
static ThreadPoolManager* getInstance() {
46
return instance;
47
}
48
49
bool reserveOneThread();
50
void releaseOneThread();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected