Searched refs:__terminate_handler (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Deh_term_handler.cc37 std::terminate_handler __cxxabiv1::__terminate_handler = member in class:__cxxabiv1
42 std::terminate_handler __cxxabiv1::__terminate_handler = std::abort; member in class:__cxxabiv1
H A Deh_terminate.cc78 __atomic_exchange (&__terminate_handler, &func, &old, __ATOMIC_ACQ_REL);
81 old = __terminate_handler;
82 __terminate_handler = func;
92 __atomic_load (&__terminate_handler, &func, __ATOMIC_ACQUIRE);
95 func = __terminate_handler;
H A Dunwind-cxx.h198 extern std::terminate_handler __terminate_handler;

Completed in 43 milliseconds