Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
void TCondVar::Signal() noexcept {
140
Impl_->Signal();
141
}
142
143
bool TCondVar::WaitD(TMutex& mutex, TInstant deadLine) noexcept {
144
return Impl_->WaitD(mutex, deadLine);
Callers
1
with_lock
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected