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