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

Function signal_handler

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

Source from the content-addressed store, hash-verified

131static std::optional<StopSource> signal_stop_source;
132
133static void signal_handler(int signum) {
134 signal_stop_source->RequestStopFromSignal(signum);
135}
136
137// SIGALRM will be received once after the specified wait
138static void SetITimer(double seconds) {

Callers

nothing calls this directly

Calls 1

RequestStopFromSignalMethod · 0.80

Tested by

no test coverage detected