Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ sigaction
Class
sigaction
Common/SignalHandler.cpp:57–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
void signalInit()
56
{
57
struct sigaction action;
58
action.sa_handler = sigchldHandler;
59
sigemptyset(&action.sa_mask);
60
action.sa_flags = SA_RESTART;
Callers
1
signalInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected