Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2023
SignalHandler::SignalHandler(const struct sigaction& sa) {
2024
memcpy(&sa_, &sa, sizeof(sa));
2025
}
2026
#endif
Callers
2
GetSignalHandler
Function · 0.70
SetSignalHandler
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected