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

Method HandleSignal

cpp/src/arrow/util/io_util_test.cc:1031–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029 static std::atomic<int> signal_received_;
1030
1031 static void HandleSignal(int signum) {
1032 ReinstateSignalHandler(signum, &HandleSignal);
1033 signal_received_.store(signum);
1034 }
1035};
1036
1037std::atomic<int> TestSendSignal::signal_received_;

Callers

nothing calls this directly

Calls 2

ReinstateSignalHandlerFunction · 0.85
storeMethod · 0.80

Tested by

no test coverage detected