MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / sigaction

Class sigaction

cli/signalhandler.cpp:291–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 if (terminate) {
290 // now let things proceed, shutdown and hopefully dump core for post-mortem analysis
291 struct sigaction act;
292 memset(&act, 0, sizeof(act));
293 act.sa_handler=SIG_DFL;
294 sigaction(signo, &act, nullptr);

Callers 2

CppcheckSignalHandlerFunction · 0.85
register_signal_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected