Home
last modified time | relevance | path

Searched refs:TlsSlotArray (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidThreadStore.cpp62 typedef void* TlsSlotArray[kMaxTlsSlots]; typedef
116 TlsSlotArray* array = getArray(); in getValue()
130 TlsSlotArray* array = getArray(); in setValue()
138 TlsSlotArray* array = in leaveCurrentThread()
139 reinterpret_cast<TlsSlotArray*>(TlsGetValue(mMasterTls)); in leaveCurrentThread()
172 TlsSlotArray* getArray() const { in getArray()
174 TlsSlotArray* array = in getArray()
175 reinterpret_cast<TlsSlotArray*>(TlsGetValue(mMasterTls)); in getArray()
177 array = reinterpret_cast<TlsSlotArray*>( in getArray()