Home
last modified time | relevance | path

Searched defs:__cxa_eh_globals (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-2.4.0/sources/libraries/os/CTR/
Dos_CppException.cpp31 struct __cxa_eh_globals struct
33 uint32_t uncaughtExceptions; // counter
34 std::unexpected_handler unexpectedHandler; // per-thread handler
35 std::terminate_handler terminateHandler; // per-thread handler
36 bool implementation_ever_called_terminate; // true if it ever did
38 …ok; // transient field to tell terminate/unexpected which hook to call
39 … void* caughtExceptions; // chain of "caught" exceptions
40 … propagatingExceptions; // chain of "propagating" (in cleanup) exceptions
41 … emergency_buffer; // emergency buffer for when rest of heap full