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

Class sigaction

src/timer.c:253–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251
252 {
253 struct sigaction timerSignal;
254
255 sigemptyset(&timerSignal.sa_mask);
256 timerSignal.sa_handler = Timer_Handler;

Callers 1

Timer_InitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected