Searched refs:__cxa_unexpected_handler (Results 1 – 6 of 6) sorted by relevance
92 std::unexpected_handler __cxa_unexpected_handler = default_unexpected_handler; variable109 return __sync_swap(&__cxa_unexpected_handler, func); in set_unexpected()
35 extern void (*__cxa_unexpected_handler)();
29 return __sync_fetch_and_add(&__cxa_unexpected_handler, (unexpected_handler)0); in get_unexpected()
19 #define __unexpected_handler __cxxabiapple::__cxa_unexpected_handler
30 #define __unexpected_handler __cxxabiapple::__cxa_unexpected_handler
323 __cxa_unexpected_handler;