MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / sigaction

Class sigaction

tests/catch.hpp:8556–8556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8554 sigStack.ss_flags = 0;
8555 sigaltstack(&sigStack, &oldSigStack);
8556 struct sigaction sa = { };
8557
8558 sa.sa_handler = handleSignal;
8559 sa.sa_flags = SA_ONSTACK;

Callers 2

FatalConditionHandlerMethod · 0.70
resetMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected