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

Method Reset

util/system/event.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123TSystemEvent::~TSystemEvent() = default;
124
125void TSystemEvent::Reset() noexcept {
126 EvImpl_->Reset();
127}
128
129void TSystemEvent::Signal() noexcept {
130 EvImpl_->Signal();

Callers 15

TEnumParserMethod · 0.45
InitMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
SavedEventsMethod · 0.45
SetPortMethod · 0.45
TImplMethod · 0.45
DemangleMethod · 0.45
GetMemInfoFunction · 0.45
SetUserGroupsFunction · 0.45
CommunicateMethod · 0.45
StartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected