HomeSort by relevance Sort by last modified time
    Searched full:__cxa_thread_key (Results 1 - 1 of 1) sorted by null

  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 62 static pthread_key_t __cxa_thread_key; member in namespace:__anon34937
69 if (pthread_key_create(&__cxa_thread_key, freeObject) != 0) {
77 pthread_key_delete(__cxa_thread_key);
81 void* obj = pthread_getspecific(__cxa_thread_key);
86 void* obj = pthread_getspecific(__cxa_thread_key);
95 pthread_setspecific(__cxa_thread_key, obj);

Completed in 309 milliseconds