Searched refs:ptr_key (Results 1 – 1 of 1) sorted by relevance
566 intptr_t ptr_key = reinterpret_cast<intptr_t>(pthread_key); in PthreadKeyToLocalKey() local567 return static_cast<Thread::LocalStorageKey>(ptr_key); in PthreadKeyToLocalKey()577 intptr_t ptr_key = static_cast<intptr_t>(local_key); in LocalKeyToPthreadKey() local578 return reinterpret_cast<pthread_key_t>(ptr_key); in LocalKeyToPthreadKey()