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

Method WaitD

util/system/condvar.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143bool TCondVar::WaitD(TMutex& mutex, TInstant deadLine) noexcept {
144 return Impl_->WaitD(mutex, deadLine);
145}

Callers 1

WaitDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected