MCPcopy 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
129void TSystemEvent::Signal() noexcept {
130 EvImpl_->Signal();
131}
132
133bool TSystemEvent::WaitD(TInstant deadLine) noexcept {
134 return EvImpl_->WaitD(deadLine);

Callers 15

AcquireReadMethod · 0.45
ReleaseReadMethod · 0.45
ReleaseWriteMethod · 0.45
ReleaseMethod · 0.45
RunBasicsMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45
SignalMethod · 0.45
AddMethod · 0.45
with_lockMethod · 0.45
DoExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected