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

Class sigaction

src/platforms/apple/run_unit_test.hpp:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

setupFunction · 0.70

Calls

no outgoing calls

Tested by 1

setupFunction · 0.56