Searched refs:ptr_key (Results 1 – 1 of 1) sorted by relevance
633 intptr_t ptr_key = reinterpret_cast<intptr_t>(pthread_key); in PthreadKeyToLocalKey() local634 return static_cast<Thread::LocalStorageKey>(ptr_key); in PthreadKeyToLocalKey()644 intptr_t ptr_key = static_cast<intptr_t>(local_key); in LocalKeyToPthreadKey() local645 return reinterpret_cast<pthread_key_t>(ptr_key); in LocalKeyToPthreadKey()