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

  /external/libcxxabi/test/
cxa_thread_atexit_test.pass.cpp 28 int RV = __cxxabiv1::__cxa_thread_atexit(
  /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
  /external/libcxxabi/include/
cxxabi.h 166 extern _LIBCXXABI_FUNC_VIS int __cxa_thread_atexit(void (*)(void *), void *,

Completed in 382 milliseconds