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

Method GetQueueSize

library/cpp/threading/local_executor/local_executor.cpp:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349int NPar::TLocalExecutor::GetQueueSize() const noexcept {
350 return Impl_->QueueSize.load();
351}
352
353int NPar::TLocalExecutor::GetMPQueueSize() const noexcept {
354 return Impl_->MPQueueSize.load();

Callers 2

StopMethod · 0.80
RunSlaveFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected