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

Class sigaction

src/platforms/posix/run_unit_test.hpp:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 g_active = true;
89
90 struct sigaction sa;
91 memset(&sa, 0, sizeof(sa));
92 sa.sa_handler = alarm_handler;
93 sigemptyset(&sa.sa_mask);

Callers 1

setupFunction · 0.70

Calls

no outgoing calls

Tested by 1

setupFunction · 0.56