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

Class sigaction

unittests/catch.hpp:7413–7413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7411 sigStack.ss_flags = 0;
7412 sigaltstack(&sigStack, &oldSigStack);
7413 struct sigaction sa = { };
7414
7415 sa.sa_handler = handleSignal;
7416 sa.sa_flags = SA_ONSTACK;

Callers 2

FatalConditionHandlerMethod · 0.70
resetMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected