Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
323
void UnregisterCancellingSignalHandler() {
324
auto stop_state = SignalStopState::instance();
325
DCHECK(stop_state->enabled());
326
stop_state->UnregisterHandlers();
327
}
328
329
} // namespace arrow
Callers
4
TearDown
Method · 0.85
TEST_F
Function · 0.85
~WithSignalHandlerContext
Method · 0.85
WithoutSignalHandlerContext
Method · 0.85
Calls
2
UnregisterHandlers
Method · 0.80
enabled
Method · 0.45
Tested by
2
TearDown
Method · 0.68
TEST_F
Function · 0.68