Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Start
Method
Start
util/thread/pool.cpp:378–380 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
376
}
377
378
void TThreadPool::Start(size_t thrnum, size_t maxque) {
379
Impl_.Reset(new TImpl(this, thrnum, maxque, Params));
380
}
381
382
void TThreadPool::Stop() noexcept {
383
Impl_.Destroy();
Callers
5
TestSimpleIntrusivePtrCtorTsan
Method · 0.45
DoRun
Method · 0.45
CreateThreadPool
Function · 0.45
TestAdaptivePool
Method · 0.45
DequeueAllRunner
Function · 0.45
Calls
4
Seconds
Function · 0.50
Reset
Method · 0.45
SetMaxIdleTime
Method · 0.45
Swap
Method · 0.45
Tested by
2
TestSimpleIntrusivePtrCtorTsan
Method · 0.36
TestAdaptivePool
Method · 0.36