Home
last modified time | relevance | path

Searched refs:__cxa_thread_key (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc202 static pthread_key_t __cxa_thread_key; variable
210 if (pthread_key_create(&__cxa_thread_key, freeObject) != 0) in CxaThreadKey()
219 pthread_key_delete(__cxa_thread_key); in ~CxaThreadKey()
223 void* obj = pthread_getspecific(__cxa_thread_key); in getFast()
228 void* obj = pthread_getspecific(__cxa_thread_key); in getSlow()
244 pthread_setspecific(__cxa_thread_key, obj); in getSlow()