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

Method reset

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

Source from the content-addressed store, hash-verified

8719 }
8720
8721 void FatalConditionHandler::reset() {
8722 if (isSet) {
8723 RemoveVectoredExceptionHandler(exceptionHandlerHandle);
8724 SetThreadStackGuarantee(&guaranteeSize);
8725 exceptionHandlerHandle = nullptr;
8726 isSet = false;
8727 }
8728 }
8729
8730 FatalConditionHandler::~FatalConditionHandler() {
8731 reset();

Callers 10

buildBenchFunction · 0.45
set_sceneMethod · 0.45
testCaseEndedMethod · 0.45
testGroupEndedMethod · 0.45
testRunEndedMethod · 0.45
testCaseEndedMethod · 0.45
invokeActiveTestCaseMethod · 0.45
applyCommandLineMethod · 0.45
useConfigDataMethod · 0.45
endRunMethod · 0.45

Calls 1

sigactionClass · 0.70

Tested by

no test coverage detected