MCPcopy Create free account
hub / github.com/QNapi/qnapi / sigaction

Class sigaction

gui/src/main.cpp:208–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 signal(SIGINT, sigHandler);
207#else
208 struct sigaction sa;
209 memset(&sa, 0, sizeof(struct sigaction));
210 sigemptyset(&sa.sa_mask);
211 sa.sa_handler = sigHandler;

Callers 1

regSignalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected