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

Method GetThreadCountReal

util/thread/pool.cpp:352–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352size_t TThreadPool::GetThreadCountReal() const noexcept {
353 if (!Impl_.Get()) {
354 return 0;
355 }
356
357 return Impl_->GetThreadCountReal();
358}
359
360size_t TThreadPool::GetMaxQueueSize() const noexcept {
361 if (!Impl_.Get()) {

Callers 1

Y_UNIT_TESTFunction · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected