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

Function GracefulShutdownHandler

library/cpp/testing/unittest/utmain.cpp:714–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712extern "C" int __llvm_profile_write_file(void);
713
714static void GracefulShutdownHandler(int) {
715 try {
716 __llvm_profile_write_file();
717 } catch (...) {
718 }
719 abort();
720}
721#endif
722
723int NUnitTest::RunMain(int argc, char** argv) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected