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

Method Impl

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

Source from the content-addressed store, hash-verified

688 internal::SignalHandler old_handler_;
689
690 Impl(int signum, const internal::SignalHandler& handler)
691 : signum_(signum), old_handler_(*internal::SetSignalHandler(signum, handler)) {}
692
693 ~Impl() { ARROW_EXPECT_OK(internal::SetSignalHandler(signum_, old_handler_)); }
694};

Callers

nothing calls this directly

Calls 1

SetSignalHandlerFunction · 0.85

Tested by

no test coverage detected