Searched refs:pthread_getspecific (Results 1 – 3 of 3) sorted by relevance
317 inline void* pthread_getspecific(pthread_key_t key) { in pthread_getspecific() function399 using port::pthread_getspecific;
333 static_cast<ThreadData*>(pthread_getspecific(Instance()->pthread_key_)); in StaticMeta()373 static_cast<ThreadData*>(pthread_getspecific(Instance()->pthread_key_)); in GetThreadLocal()
3430 DeleteThreadLocalValue(pthread_getspecific(key_));3467 static_cast<ThreadLocalValueHolderBase*>(pthread_getspecific(key_));