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

Method ~Impl

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

Source from the content-addressed store, hash-verified

691 : signum_(signum), old_handler_(*internal::SetSignalHandler(signum, handler)) {}
692
693 ~Impl() { ARROW_EXPECT_OK(internal::SetSignalHandler(signum_, old_handler_)); }
694};
695
696SignalHandlerGuard::SignalHandlerGuard(int signum, Callback cb)

Callers

nothing calls this directly

Calls 1

SetSignalHandlerFunction · 0.85

Tested by

no test coverage detected