MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / sigaction

Class sigaction

src/platform/linux/init.cpp:512–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510static void InstallCrashDumpHandler()
511{
512 struct sigaction sa = {};
513 sa.sa_sigaction = CrashDumpHandler;
514 sigemptyset(&sa.sa_mask);
515 sa.sa_flags = SA_SIGINFO | SA_RESETHAND; // one-shot, with siginfo

Callers 2

InstallCrashDumpHandlerFunction · 0.70
DeferredInitThreadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected