Searched refs:uncaughtExceptions (Results 1 – 3 of 3) sorted by relevance
282 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local in __cxa_init_primary_exception()483 globals->uncaughtExceptions -= 1; // Not atomically, since globals are thread-local in __cxa_init_primary_exception()635 globals->uncaughtExceptions += 1; in __cxa_init_primary_exception()769 __cxa_get_globals()->uncaughtExceptions += 1; in __cxa_init_primary_exception()792 return globals->uncaughtExceptions; in __cxa_init_primary_exception()
155 unsigned int uncaughtExceptions; member
1265 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()