Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ sigaction
Class
sigaction
distrho/src/DistrhoPluginJACK.cpp:118–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
static void initSignalHandler()
117
{
118
struct sigaction sig;
119
memset(&sig, 0, sizeof(sig));
120
121
sig.sa_handler = closeSignalHandler;
Callers
1
initSignalHandler
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected