Searched defs:__cxa_eh_globals (Results 1 – 1 of 1) sorted by relevance
31 struct __cxa_eh_globals struct33 uint32_t uncaughtExceptions; // counter34 std::unexpected_handler unexpectedHandler; // per-thread handler35 std::terminate_handler terminateHandler; // per-thread handler36 bool implementation_ever_called_terminate; // true if it ever did38 …ok; // transient field to tell terminate/unexpected which hook to call39 … void* caughtExceptions; // chain of "caught" exceptions40 … propagatingExceptions; // chain of "propagating" (in cleanup) exceptions41 … emergency_buffer; // emergency buffer for when rest of heap full