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

Class sigaction

cpp/src/arrow/util/io_util.cc:2023–2023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2021
2022#if ARROW_HAVE_SIGACTION
2023SignalHandler::SignalHandler(const struct sigaction& sa) {
2024 memcpy(&sa_, &sa, sizeof(sa));
2025}
2026#endif

Callers 2

GetSignalHandlerFunction · 0.70
SetSignalHandlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected