Home
last modified time | relevance | path

Searched refs:abort_message (Results 1 – 9 of 9) sorted by relevance

/external/libcxxabi/src/
Dcxa_guard.cpp192 abort_message("__cxa_guard_acquire failed to acquire mutex");
203 abort_message("__cxa_guard_acquire detected deadlock");
207 abort_message("__cxa_guard_acquire condition variable wait failed");
219 abort_message("__cxa_guard_acquire condition variable wait failed");
226 abort_message("__cxa_guard_acquire failed to release mutex");
233 abort_message("__cxa_guard_release failed to acquire mutex");
237 abort_message("__cxa_guard_release failed to release mutex");
239 abort_message("__cxa_guard_release failed to broadcast condition variable");
245 abort_message("__cxa_guard_abort failed to acquire mutex");
248 abort_message("__cxa_guard_abort failed to release mutex");
[all …]
Dcxa_exception_storage.cpp63 abort_message("cannot zero out thread value for __cxa_get_globals()"); in destruct_()
68 abort_message("cannot create pthread key for __cxa_get_globals()"); in construct_()
82 abort_message("cannot allocate __cxa_eh_globals"); in __cxa_get_globals()
84 abort_message("pthread_setspecific failure in __cxa_get_globals()"); in __cxa_get_globals()
96 abort_message("pthread_once failure in __cxa_get_globals_fast()"); in __cxa_get_globals_fast()
Dcxa_default_handlers.cpp63 abort_message("terminating with %s exception of type %s: %s", in default_terminate_handler()
68 abort_message("terminating with %s exception of type %s", in default_terminate_handler()
73 abort_message("terminating with %s foreign exception", cause); in default_terminate_handler()
77 abort_message("terminating"); in default_terminate_handler()
Dcxa_handlers.cpp41 abort_message("unexpected_handler unexpectedly returned"); in __unexpected()
70 abort_message("terminate_handler unexpectedly returned"); in __terminate()
76 abort_message("terminate_handler unexpectedly threw an exception"); in __terminate()
Dcxa_virtual.cpp21 abort_message("Pure virtual function called!"); in __cxa_pure_virtual()
26 abort_message("Deleted virtual function called!"); in __cxa_deleted_virtual()
Dabort_message.h22 void abort_message(const char* format, ...)
Dabort_message.cpp35 void abort_message(const char* format, ...) in abort_message() function
DCMakeLists.txt3 abort_message.cpp
/external/libcxxabi/
DAndroid.mk20 src/abort_message.cpp \