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 61 static pthread_key_t __cxa_thread_key; member in namespace:__anon22044
68 if (pthread_key_create(&__cxa_thread_key, freeObject) != 0) {
76 pthread_key_delete(__cxa_thread_key);
80 void* obj = pthread_getspecific(__cxa_thread_key);
85 void* obj = pthread_getspecific(__cxa_thread_key);
93 pthread_setspecific(__cxa_thread_key, obj);

Completed in 866 milliseconds