Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ newThreadPool
Method
newThreadPool
src/ThreadPool.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
26
ThreadPool* ThreadPoolManager::newThreadPool(const std::string& name)
27
{
28
return new ThreadPool(this, name);
29
}
30
31
void ThreadPoolManager::lock() const
32
{
Callers
4
calculateBreakpoints
Method · 0.80
calculateBAFBreakpoints
Method · 0.80
main
Function · 0.80
runWithDefinedPloidy
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected