Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ sigaction
Class
sigaction
Engine/AppManager.cpp:170–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
{
169
#if defined(__NATRON_UNIX__)
170
struct sigaction sa;
171
sa.sa_flags = 0;
172
sigemptyset(&sa.sa_mask);
173
sa.sa_handler = handleShutDownSignal;
Callers
2
setShutDownSignal
Function · 0.70
setSigSegvSignal
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected