MCPcopy Create free account
hub / github.com/ioi/isolate / sigaction

Class sigaction

isolate.c:455–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453setup_signals(void)
454{
455 struct sigaction sa_int, sa_fatal;
456 bzero(&sa_int, sizeof(sa_int));
457 sa_int.sa_handler = signal_int;
458 bzero(&sa_fatal, sizeof(sa_fatal));

Callers 2

setup_signalsFunction · 0.85
box_keeperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…