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

Function noop_signal_handler

cpp/src/arrow/util/cancel_test.cc:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126static void noop_signal_handler(int signum) {
127 internal::ReinstateSignalHandler(signum, &noop_signal_handler);
128}
129
130#ifndef _WIN32
131static std::optional<StopSource> signal_stop_source;

Callers

nothing calls this directly

Calls 1

ReinstateSignalHandlerFunction · 0.85

Tested by

no test coverage detected