Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Signal
Method
Signal
util/system/event.cpp:129–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
void TSystemEvent::Signal() noexcept {
130
EvImpl_->Signal();
131
}
132
133
bool TSystemEvent::WaitD(TInstant deadLine) noexcept {
134
return EvImpl_->WaitD(deadLine);
Callers
15
AcquireRead
Method · 0.45
ReleaseRead
Method · 0.45
ReleaseWrite
Method · 0.45
Release
Method · 0.45
RunBasics
Method · 0.45
RunBasicsWithPredicate
Method · 0.45
Process
Method · 0.45
Process
Method · 0.45
Signal
Method · 0.45
Add
Method · 0.45
with_lock
Method · 0.45
DoExecute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected