Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5784
void 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
setupSignalHandlers
Function · 0.70
removeSignalHandlers
Function · 0.70
setupChildSignalHandlers
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected