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

  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
cxxabi.cc 202 static pthread_key_t __cxa_thread_key; member in namespace:__anon111624
210 if (pthread_key_create(&__cxa_thread_key, freeObject) != 0)
219 pthread_key_delete(__cxa_thread_key);
223 void* obj = pthread_getspecific(__cxa_thread_key);
228 void* obj = pthread_getspecific(__cxa_thread_key);
244 pthread_setspecific(__cxa_thread_key, obj);
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
cxxabi.cc 202 static pthread_key_t __cxa_thread_key; member in namespace:__anon112012
210 if (pthread_key_create(&__cxa_thread_key, freeObject) != 0)
219 pthread_key_delete(__cxa_thread_key);
223 void* obj = pthread_getspecific(__cxa_thread_key);
228 void* obj = pthread_getspecific(__cxa_thread_key);
244 pthread_setspecific(__cxa_thread_key, obj);

Completed in 44 milliseconds