MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / sigaction

Class sigaction

src/server.cpp:6822–6822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6820
6821void setupSignalHandlers(void) {
6822 struct sigaction act;
6823
6824 /* When the SA_SIGINFO flag is set in sa_flags then sa_sigaction is used.
6825 * Otherwise, sa_handler is used. */

Callers 3

setupSignalHandlersFunction · 0.70
removeSignalHandlersFunction · 0.70
setupChildSignalHandlersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected