OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__terminate_handler
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp
29
#define
__terminate_handler
__cxxabiapple::__cxa_terminate_handler
macro
39
static std::terminate_handler
__terminate_handler
;
73
return __sync_lock_test_and_set(&
__terminate_handler
, func);
79
return __sync_fetch_and_add(&
__terminate_handler
, (terminate_handler)0);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
exception.cpp
25
#define
__terminate_handler
__cxxabiapple::__cxa_terminate_handler
macro
35
static std::terminate_handler
__terminate_handler
;
69
return __sync_lock_test_and_set(&
__terminate_handler
, func);
75
return __sync_fetch_and_add(&
__terminate_handler
, (terminate_handler)0);
Completed in 44 milliseconds