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

Method Signal

util/system/condvar.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void TCondVar::Signal() noexcept {
140 Impl_->Signal();
141}
142
143bool TCondVar::WaitD(TMutex& mutex, TInstant deadLine) noexcept {
144 return Impl_->WaitD(mutex, deadLine);

Callers 1

with_lockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected