MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sigaction

Class sigaction

app/redis-6.2.6/src/server.c:5785–5785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5783
5784void setupSignalHandlers(void) {
5785 struct sigaction act;
5786
5787 /* When the SA_SIGINFO flag is set in sa_flags then sa_sigaction is used.
5788 * 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