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

Method WaitForStart

util/thread/pool.cpp:709–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707 ~TThreadImpl() override = default;
708
709 inline void WaitForStart() noexcept {
710 StartEvent_.Wait();
711 }
712
713 inline void WaitForComplete() noexcept {
714 CompleteEvent_.Wait();

Callers 1

~TPoolThreadMethod · 0.80

Calls 1

WaitMethod · 0.45

Tested by

no test coverage detected