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

Method Running

util/system/thread.cpp:337–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337bool TThread::Running() const noexcept {
338 return Impl_ && Impl_->Running();
339}
340
341TThread::TId TThread::Id() const noexcept {
342 if (Running()) {

Callers 1

ImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected