Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_guard.cpp175 abort_message("__cxa_guard_acquire failed to acquire mutex"); in __cxa_guard_acquire()
198 abort_message("__cxa_guard_acquire detected deadlock"); in __cxa_guard_acquire()
202 abort_message("__cxa_guard_acquire condition variable wait failed"); in __cxa_guard_acquire()
214 abort_message("__cxa_guard_acquire condition variable wait failed"); in __cxa_guard_acquire()
221 abort_message("__cxa_guard_acquire failed to release mutex"); in __cxa_guard_acquire()
227 abort_message("__cxa_guard_release failed to acquire mutex"); in __cxa_guard_release()
231 abort_message("__cxa_guard_release failed to release mutex"); in __cxa_guard_release()
233 abort_message("__cxa_guard_release failed to broadcast condition variable"); in __cxa_guard_release()
238 abort_message("__cxa_guard_abort failed to acquire mutex"); in __cxa_guard_abort()
241 abort_message("__cxa_guard_abort failed to release mutex"); in __cxa_guard_abort()
[all …]
Dcxa_exception_storage.cpp62 abort_message("cannot zero out thread value for __cxa_get_globals()"); in destruct_()
67 abort_message("cannot create thread specific key for __cxa_get_globals()"); in construct_()
81 abort_message("cannot allocate __cxa_eh_globals"); in __cxa_get_globals()
83 abort_message("std::__libcpp_tls_set failure in __cxa_get_globals()"); in __cxa_get_globals()
95 abort_message("execute once failure in __cxa_get_globals_fast()"); in __cxa_get_globals_fast()
Dcxa_default_handlers.cpp66 abort_message("terminating with %s exception of type %s: %s", in demangling_terminate_handler()
71 abort_message("terminating with %s exception of type %s", in demangling_terminate_handler()
76 abort_message("terminating with %s foreign exception", cause); in demangling_terminate_handler()
80 abort_message("terminating"); in demangling_terminate_handler()
Dcxa_handlers.cpp37 abort_message("unexpected_handler unexpectedly returned"); in __unexpected()
62 abort_message("terminate_handler unexpectedly returned"); in __terminate()
68 abort_message("terminate_handler unexpectedly threw an exception"); in __terminate()
Dcxa_virtual.cpp17 abort_message("Pure virtual function called!"); in __cxa_pure_virtual()
22 abort_message("Deleted virtual function called!"); in __cxa_deleted_virtual()
Dabort_message.h20 abort_message(const char *format, ...) __attribute__((format(printf, 1, 2)));
Dabort_message.cpp32 void abort_message(const char* format, ...) in abort_message() function
Dcxa_thread_atexit.cpp87 abort_message("std::__libcpp_tls_create() failed in __cxa_thread_atexit()"); in DtorsManager()
DCMakeLists.txt18 abort_message.cpp
/external/llvm-project/libcxxabi/src/
Dcxa_exception_storage.cpp65 abort_message("cannot zero out thread value for __cxa_get_globals()"); in destruct_()
70 abort_message("cannot create thread specific key for __cxa_get_globals()"); in construct_()
84 abort_message("cannot allocate __cxa_eh_globals"); in __cxa_get_globals()
86 abort_message("std::__libcpp_tls_set failure in __cxa_get_globals()"); in __cxa_get_globals()
98 abort_message("execute once failure in __cxa_get_globals_fast()"); in __cxa_get_globals_fast()
Dcxa_default_handlers.cpp62 abort_message("terminating with %s exception of type %s: %s", in demangling_terminate_handler()
67 abort_message("terminating with %s exception of type %s", in demangling_terminate_handler()
72 abort_message("terminating with %s foreign exception", cause); in demangling_terminate_handler()
77 abort_message("terminating"); in demangling_terminate_handler()
Dcxa_handlers.cpp36 abort_message("unexpected_handler unexpectedly returned"); in __unexpected()
61 abort_message("terminate_handler unexpectedly returned"); in __terminate()
67 abort_message("terminate_handler unexpectedly threw an exception"); in __terminate()
Dcxa_virtual.cpp16 abort_message("Pure virtual function called!"); in __cxa_pure_virtual()
21 abort_message("Deleted virtual function called!"); in __cxa_deleted_virtual()
Dabort_message.h15 abort_message(const char *format, ...) __attribute__((format(printf, 1, 2)));
Dabort_message.cpp29 void abort_message(const char* format, ...) in abort_message() function
Dcxa_thread_atexit.cpp92 abort_message("std::__libcpp_tls_create() failed in __cxa_thread_atexit()"); in DtorsManager()
Dcxa_vector.cpp124 abort_message("__cxa_vec_new failed to allocate memory"); in throw_bad_array_new_length()
Dcxa_guard_impl.h78 # define ABORT_WITH_MESSAGE(...) ::abort_message(__VA_ARGS__)
DCMakeLists.txt17 abort_message.cpp
/external/mesa3d/include/android_stub/android/
Dlog.h218 typedef void (*__android_aborter_function)(const char* abort_message);
289 void __android_log_call_aborter(const char* abort_message) __INTRODUCED_IN(30);
299 void __android_log_default_aborter(const char* abort_message) __attribute__((noreturn))
/external/llvm-project/llvm/utils/gn/secondary/libcxxabi/src/
DBUILD.gn42 "abort_message.cpp",
/external/libcups/scheduler/
Djob.c497 *abort_message; /* Abort message */ in cupsdContinueJob() local
618 abort_message = "Aborting job because it cannot be printed."; in cupsdContinueJob()
766 abort_message = "Stopping job because the scheduler ran out of memory."; in cupsdContinueJob()
797 abort_message = "Stopping job because the scheduler ran out of memory."; in cupsdContinueJob()
813 abort_message = "Aborting job because it needs too many filters to print."; in cupsdContinueJob()
858 abort_message = "Stopping job because the scheduler ran out of memory."; in cupsdContinueJob()
891 abort_message = "Stopping job because the scheduler ran out of memory."; in cupsdContinueJob()
1136 abort_message = "Stopping job because the scheduler could not create " in cupsdContinueJob()
1151 abort_message = "Stopping job because the scheduler could not " in cupsdContinueJob()
1180 abort_message = "Stopping job because the scheduler could not " in cupsdContinueJob()
[all …]
/external/libcxxabi/
DAndroid.bp101 "src/abort_message.cpp",
/external/perfetto/buildtools/
DBUILD.gn636 "libcxxabi/src/abort_message.cpp",
/external/grpc-grpc/
Dgrpc.gyp194 'third_party/libcxxabi/src/abort_message.cpp',