OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abort_message
(Results
1 - 21
of
21
) sorted by null
/external/libcxxabi/src/
cxa_guard.cpp
10
#include "
abort_message
.h"
23
pthread_mutex_lock and the
abort_message
utility without problem. This
192
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")
[
all
...]
cxa_virtual.cpp
11
#include "
abort_message
.h"
21
abort_message
("Pure virtual function called!");
26
abort_message
("Deleted virtual function called!");
cxa_exception_storage.cpp
49
#include "
abort_message
.h"
63
abort_message
("cannot zero out thread value for __cxa_get_globals()");
68
abort_message
("cannot create pthread key for __cxa_get_globals()");
82
abort_message
("cannot allocate __cxa_eh_globals");
84
abort_message
("pthread_setspecific failure in __cxa_get_globals()");
96
abort_message
("pthread_once failure in __cxa_get_globals_fast()");
abort_message.cpp
1
//===-------------------------
abort_message
.cpp --------------------------===//
13
#include "
abort_message
.h"
30
void
abort_message
(const char* format, ...)
function
abort_message.h
1
//===--------------------------
abort_message
.h-----------------------------===//
22
void
abort_message
(const char* format, ...)
cxa_default_handlers.cpp
15
#include "
abort_message
.h"
63
abort_message
("terminating with %s exception of type %s: %s",
68
abort_message
("terminating with %s exception of type %s",
73
abort_message
("terminating with %s foreign exception", cause);
77
abort_message
("terminating");
cxa_handlers.cpp
16
#include "
abort_message
.h"
41
abort_message
("unexpected_handler unexpectedly returned");
70
abort_message
("terminate_handler unexpectedly returned");
76
abort_message
("terminate_handler unexpectedly threw an exception");
private_typeinfo.cpp
38
#include "
abort_message
.h"
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_guard.cpp
10
#include "
abort_message
.h"
23
pthread_mutex_lock and the
abort_message
utility without problem. This
192
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")
[
all
...]
cxa_virtual.cpp
11
#include "
abort_message
.h"
21
abort_message
("Pure virtual function called!");
26
abort_message
("Deleted virtual function called!");
cxa_exception_storage.cpp
49
#include "
abort_message
.h"
63
abort_message
("cannot zero out thread value for __cxa_get_globals()");
68
abort_message
("cannot create pthread key for __cxa_get_globals()");
82
abort_message
("cannot allocate __cxa_eh_globals");
84
abort_message
("pthread_setspecific failure in __cxa_get_globals()");
96
abort_message
("pthread_once failure in __cxa_get_globals_fast()");
abort_message.cpp
1
//===-------------------------
abort_message
.cpp --------------------------===//
13
#include "
abort_message
.h"
25
void
abort_message
(const char* format, ...)
function
abort_message.h
1
//===--------------------------
abort_message
.h-----------------------------===//
22
void
abort_message
(const char* format, ...)
cxa_default_handlers.cpp
15
#include "
abort_message
.h"
63
abort_message
("terminating with %s exception of type %s: %s",
68
abort_message
("terminating with %s exception of type %s",
73
abort_message
("terminating with %s foreign exception", cause);
77
abort_message
("terminating");
cxa_handlers.cpp
16
#include "
abort_message
.h"
41
abort_message
("unexpected_handler unexpectedly returned");
70
abort_message
("terminate_handler unexpectedly returned");
76
abort_message
("terminate_handler unexpectedly threw an exception");
private_typeinfo.cpp
38
#include "
abort_message
.h"
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/
sources.mk
4
libcxxabi/src/
abort_message
.cpp \
/external/chromium_org/third_party/libc++abi/
libc++abi.gyp
12
'trunk/src/
abort_message
.cpp',
/external/libcxxabi/
Android.mk
20
src/
abort_message
.cpp \
/ndk/build/tools/
build-cxx-stl.sh
294
"../llvm-libc++abi/libcxxabi/src/
abort_message
.cpp \
/prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so
Completed in 1039 milliseconds