HomeSort by relevance Sort by last modified time
    Searched defs:__cxa_thread_atexit (Results 1 - 2 of 2) sorted by null

  /external/libcxxabi/src/
cxa_thread_atexit.cpp 84 // __cxa_thread_atexit() may be called arbitrarily late (for example, from
87 abort_message("std::__libcpp_tls_create() failed in __cxa_thread_atexit()");
106 _LIBCXXABI_FUNC_VIS int __cxa_thread_atexit(Dtor dtor, void* obj, void* dso_symbol) throw() { function
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_thread_atexit.cpp 84 // __cxa_thread_atexit() may be called arbitrarily late (for example, from
87 abort_message("std::__libcpp_tls_create() failed in __cxa_thread_atexit()");
106 _LIBCXXABI_FUNC_VIS int __cxa_thread_atexit(Dtor dtor, void* obj, void* dso_symbol) throw() { function

Completed in 521 milliseconds