Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ sigaction
Class
sigaction
test/pthread/test_pthread_kill.c:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
void setup_handler() {
35
struct sigaction act;
36
sigemptyset(&act.sa_mask);
37
act.sa_flags = SA_SIGINFO;
38
act.sa_sigaction = signal_handler;
Callers
1
setup_handler
Function · 0.70
Calls
no outgoing calls
Tested by
1
setup_handler
Function · 0.56