Searched refs:thread_state_key (Results 1 – 1 of 1) sorted by relevance
39 static internal::Thread::LocalStorageKey thread_state_key = variable121 ASSERT(Thread::GetThreadLocal(thread_state_key) == in RestoreThread()126 Thread::SetThreadLocal(thread_state_key, NULL); in RestoreThread()140 reinterpret_cast<ThreadState*>(Thread::GetThreadLocal(thread_state_key)); in RestoreThread()153 Thread::SetThreadLocal(thread_state_key, NULL); in RestoreThread()259 Thread::SetThreadLocal(thread_state_key, reinterpret_cast<void*>(state)); in ArchiveThread()288 return Thread::HasThreadLocal(thread_state_key); in IsArchived()