Searched refs:TlsSlotArray (Results 1 – 1 of 1) sorted by relevance
62 typedef void* TlsSlotArray[kMaxTlsSlots]; typedef116 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()