Searched refs:TLS_INVALID_INDEX (Results 1 – 3 of 3) sorted by relevance
12 TLSIndex PoolIndex = TLS_INVALID_INDEX;16 ASSERT(PoolIndex == TLS_INVALID_INDEX); in InitializePoolIndex()19 return PoolIndex != TLS_INVALID_INDEX; in InitializePoolIndex()24 ASSERT(PoolIndex != TLS_INVALID_INDEX); in FreePoolIndex()27 PoolIndex = TLS_INVALID_INDEX; in FreePoolIndex()32 ASSERT(PoolIndex != TLS_INVALID_INDEX); in GetGlobalPoolAllocator()38 ASSERT(PoolIndex != TLS_INVALID_INDEX); in SetGlobalPoolAllocator()
63 index = TLS_INVALID_INDEX; in CreateTLSIndex()67 ASSERT(index != TLS_INVALID_INDEX && in CreateTLSIndex()74 ASSERT(index != TLS_INVALID_INDEX && "DestroyTLSIndex(): Invalid TLS Index"); in DestroyTLSIndex()75 if (index == TLS_INVALID_INDEX) in DestroyTLSIndex()104 ASSERT(index != TLS_INVALID_INDEX && "SetTLSValue(): Invalid TLS Index"); in SetTLSValue()105 if (index == TLS_INVALID_INDEX) in SetTLSValue()136 ASSERT(index != TLS_INVALID_INDEX && "GetTLSValue(): Invalid TLS Index"); in GetTLSValue()137 if (index == TLS_INVALID_INDEX) in GetTLSValue()
32 # define TLS_INVALID_INDEX (TLS_OUT_OF_INDEXES) macro38 # define TLS_INVALID_INDEX (static_cast<TLSIndex>(-1)) macro