Searched refs:kMaxTlsSlots (Results 1 – 1 of 1) sorted by relevance
55 kMaxTlsSlots = 64 enumerator62 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];