Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenShot/libopenshot
/ sigaction
Class
sigaction
src/CrashHandler.cpp:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
#else
38
struct sigaction sa;
39
sa.sa_flags = SA_SIGINFO;
40
sa.sa_sigaction = CrashHandler::abortHandler;
41
sigemptyset( &sa.sa_mask );
Callers
1
Instance
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected