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

Function ExitStarted

util/system/atexit.cpp:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119bool ExitStarted() {
120 if (TAtExit* const atExit = atExitPtr.load(std::memory_order_acquire)) {
121 return atExit->FinishStarted();
122 }
123 return false;
124}
125
126void AtExit(TAtExitFunc func, void* ctx, size_t priority) {
127 Instance()->Register(func, ctx, priority);

Callers 1

FormatMethod · 0.85

Calls 2

FinishStartedMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected