HomeSort by relevance Sort by last modified time
    Searched refs:key_ (Results 1 - 25 of 59) sorted by null

1 2 3

  /bionic/libc/private/
ThreadLocalBuffer.h 43 pthread_key_create(&key_, free);
47 T* result = reinterpret_cast<T*>(pthread_getspecific(key_));
50 pthread_setspecific(key_, result);
58 pthread_key_t key_; member in class:ThreadLocalBuffer
  /external/libcxxabi/src/
cxa_exception_storage.cpp 57 pthread_key_t key_; member in namespace:__cxxabiv1::__anon12179
62 if ( 0 != ::pthread_setspecific ( key_, NULL ) )
67 if ( 0 != pthread_key_create ( &key_, destruct_ ) )
83 if ( 0 != pthread_setspecific ( key_, retVal ) )
98 return static_cast<__cxa_eh_globals*>(::pthread_getspecific(key_));
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception_storage.cpp 57 pthread_key_t key_; member in namespace:__cxxabiv1::__anon27957
62 if ( 0 != ::pthread_setspecific ( key_, NULL ) )
67 if ( 0 != pthread_key_create ( &key_, destruct_ ) )
83 if ( 0 != pthread_setspecific ( key_, retVal ) )
98 return static_cast<__cxa_eh_globals*>(::pthread_getspecific(key_));