MCPcopy Create free account
hub / github.com/FastLED/FastLED / sigaction

Class sigaction

tests/timeout_watchdog.h:249–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247
248 // Set up signal handler for SIGALRM
249 struct sigaction sa;
250 memset(&sa, 0, sizeof(sa)); // ok ctype
251 sa.sa_handler = watchdog_signal_handler;
252 sigemptyset(&sa.sa_mask);

Callers 1

setupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected