MCPcopy Create free account
hub / github.com/catboost/catboost / GetThreadCountExpected

Method GetThreadCountExpected

util/thread/pool.cpp:344–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344size_t TThreadPool::GetThreadCountExpected() const noexcept {
345 if (!Impl_.Get()) {
346 return 0;
347 }
348
349 return Impl_->GetThreadCountExpected();
350}
351
352size_t TThreadPool::GetThreadCountReal() const noexcept {
353 if (!Impl_.Get()) {

Callers 2

Y_UNIT_TESTFunction · 0.45
AddMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected