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

Function ResetSignalStopSource

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

Source from the content-addressed store, hash-verified

307}
308
309void ResetSignalStopSource() {
310 auto stop_state = SignalStopState::instance();
311 DCHECK(stop_state->enabled());
312 stop_state->Disable();
313}
314
315Status RegisterCancellingSignalHandler(const std::vector<int>& signals) {
316 auto stop_state = SignalStopState::instance();

Callers 2

TearDownMethod · 0.85

Calls 2

DisableMethod · 0.80
enabledMethod · 0.45

Tested by 1

TearDownMethod · 0.68