MCPcopy Create free account
hub / github.com/RenderKit/embree / sigaction

Class sigaction

tutorials/external/catch.hpp:8782–8782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8780 sigStack.ss_flags = 0;
8781 sigaltstack(&sigStack, &oldSigStack);
8782 struct sigaction sa = { };
8783
8784 sa.sa_handler = handleSignal;
8785 sa.sa_flags = SA_ONSTACK;

Callers 2

FatalConditionHandlerMethod · 0.70
resetMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected