OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__unexpected_handler
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp
30
#define
__unexpected_handler
__cxxabiapple::__cxa_unexpected_handler
macro
40
static std::unexpected_handler
__unexpected_handler
;
52
return __sync_lock_test_and_set(&
__unexpected_handler
, func);
58
return __sync_fetch_and_add(&
__unexpected_handler
, (unexpected_handler)0);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
exception.cpp
26
#define
__unexpected_handler
__cxxabiapple::__cxa_unexpected_handler
macro
36
static std::unexpected_handler
__unexpected_handler
;
48
return __sync_lock_test_and_set(&
__unexpected_handler
, func);
54
return __sync_fetch_and_add(&
__unexpected_handler
, (unexpected_handler)0);
Completed in 41 milliseconds