Searched refs:ptr_key (Results 1 – 1 of 1) sorted by relevance
659 intptr_t ptr_key = reinterpret_cast<intptr_t>(pthread_key); in PthreadKeyToLocalKey() local660 return static_cast<Thread::LocalStorageKey>(ptr_key); in PthreadKeyToLocalKey()670 intptr_t ptr_key = static_cast<intptr_t>(local_key); in LocalKeyToPthreadKey() local671 return reinterpret_cast<pthread_key_t>(ptr_key); in LocalKeyToPthreadKey()