Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ sigaction
Class
sigaction
src/common/SignalHandler.cpp:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
signal( SIGABRT, got_signal );
44
#else
45
struct sigaction sa;
46
memset( &sa, 0, sizeof( sa ) );
47
sa.sa_handler = got_signal;
48
sigfillset( &sa.sa_mask );
Callers
1
initialize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected