Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ sigaction
Class
sigaction
distrho/extra/WebViewImpl.cpp:2027–2027 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2025
d_stdout(
"WebView IPC in place, starting engine..."
);
2026
2027
struct sigaction sig = {};
2028
sig.sa_handler = signalHandler;
2029
sig.sa_flags = SA_RESTART;
2030
sigemptyset(&sig.sa_mask);
Callers
1
dpf_webview_start
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected