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

Method Signal

util/system/event.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 inline void Signal() noexcept {
29 SetEvent(cond);
30 }
31
32 inline bool WaitD(TInstant deadLine) noexcept {
33 if (deadLine == TInstant::Max()) {

Callers

nothing calls this directly

Calls 3

loadMethod · 0.45
BroadCastMethod · 0.45
SignalMethod · 0.45

Tested by

no test coverage detected