Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ initSignalHandler
Function
initSignalHandler
distrho/src/DistrhoPluginJACK.cpp:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
static void initSignalHandler()
107
{
108
SetConsoleCtrlHandler(winSignalHandler, TRUE);
109
}
110
#else
111
static void closeSignalHandler(int) noexcept
112
{
Callers
1
main
Function · 0.85
Calls
1
sigaction
Class · 0.70
Tested by
no test coverage detected