MCPcopy Create free account
hub / github.com/apache/arrow / Impl

Method Impl

cpp/src/arrow/testing/gtest_util.cc:698–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696 internal::SignalHandler old_handler_;
697
698 Impl(int signum, const internal::SignalHandler& handler)
699 : signum_(signum), old_handler_(*internal::SetSignalHandler(signum, handler)) {}
700
701 ~Impl() { ARROW_EXPECT_OK(internal::SetSignalHandler(signum_, old_handler_)); }
702};

Callers

nothing calls this directly

Calls 1

SetSignalHandlerFunction · 0.85

Tested by

no test coverage detected