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

Function UnregisterCancellingSignalHandler

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

Source from the content-addressed store, hash-verified

321}
322
323void UnregisterCancellingSignalHandler() {
324 auto stop_state = SignalStopState::instance();
325 DCHECK(stop_state->enabled());
326 stop_state->UnregisterHandlers();
327}
328
329} // namespace arrow

Callers 4

TearDownMethod · 0.85
TEST_FFunction · 0.85

Calls 2

UnregisterHandlersMethod · 0.80
enabledMethod · 0.45

Tested by 2

TearDownMethod · 0.68
TEST_FFunction · 0.68