Searched defs:__cxa_get_globals (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_exception_storage.cpp23 __cxa_eh_globals *__cxa_get_globals() { return &eh_globals; } function
40 __cxa_eh_globals * __cxa_get_globals () { return __globals (); }
53 // call __cxa_get_globals() and cause infinite recursion.
63 abort_message("cannot zero out thread value for __cxa_get_globals()");
68 abort_message("cannot create pthread key for __cxa_get_globals()");
73 __cxa_eh_globals * __cxa_get_globals () { function
84 abort_message("pthread_setspecific failure in __cxa_get_globals()");
90 // preceded by a call to __cxa_get_globals(). This is an extension

Completed in 82 milliseconds