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

Method HandleSignal

cpp/src/arrow/util/cancel.cc:226–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 }
225
226 static void HandleSignal(int signum) {
227 auto self = instance();
228 if (self) {
229 self->DoHandleSignal(signum);
230 }
231 }
232
233 void DoHandleSignal(int signum) {
234 // async-signal-safe code only

Callers

nothing calls this directly

Calls 1

DoHandleSignalMethod · 0.95

Tested by

no test coverage detected