Home
last modified time | relevance | path

Searched refs:guaranteeSize (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_fatal_condition.cpp61 guaranteeSize = 32 * 1024; in FatalConditionHandler()
66 SetThreadStackGuarantee(&guaranteeSize); in FatalConditionHandler()
72 SetThreadStackGuarantee(&guaranteeSize); in reset()
83 ULONG FatalConditionHandler::guaranteeSize = 0; member in Catch::FatalConditionHandler
Dcatch_fatal_condition.h30 static ULONG guaranteeSize; member
/external/catch2/single_include/catch2/
Dcatch.hpp6088 static ULONG guaranteeSize; member
8684 guaranteeSize = 32 * 1024; in FatalConditionHandler()
8689 SetThreadStackGuarantee(&guaranteeSize); in FatalConditionHandler()
8695 SetThreadStackGuarantee(&guaranteeSize); in reset()
8706 ULONG FatalConditionHandler::guaranteeSize = 0; member in Catch::FatalConditionHandler