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

Class sigaction

extlibs/catch/include/catch/catch.hpp:10484–10484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10482 sigStack.ss_flags = 0;
10483 sigaltstack(&sigStack, &oldSigStack);
10484 struct sigaction sa = { };
10485
10486 sa.sa_handler = handleSignal;
10487 sa.sa_flags = SA_ONSTACK;

Callers 2

FatalConditionHandlerMethod · 0.70
resetMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected