Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidThreadStore.cpp55 kMaxTlsSlots = 64 enumerator
62 typedef void* TlsSlotArray[kMaxTlsSlots];
83 if (mLastIndex < kMaxTlsSlots) { in registerKey()
94 if (key < 0 || key >= kMaxTlsSlots) { in unregisterKey()
111 if (key < 0 || key >= kMaxTlsSlots) { in getValue()
125 if (key < 0 || key >= kMaxTlsSlots) { in setValue()
145 for (size_t n = 0; n < kMaxTlsSlots; ++n) { in leaveCurrentThread()
190 ThreadStoreBase::Destructor* mDestructors[kMaxTlsSlots];