Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setup
Function · 0.70
Calls
no outgoing calls
Tested by
1
setup
Function · 0.56