MCPcopy 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
26ThreadPool* ThreadPoolManager::newThreadPool(const std::string& name)
27{
28 return new ThreadPool(this, name);
29}
30
31void ThreadPoolManager::lock() const
32{

Callers 4

calculateBreakpointsMethod · 0.80
mainFunction · 0.80
runWithDefinedPloidyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected