Searched refs:PoolIndex (Results 1 – 1 of 1) sorted by relevance
17 OS_TLSIndex PoolIndex = OS_INVALID_TLS_INDEX; variable21 … TThreadGlobalPools* globalPools= static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); in InitializeGlobalPools()28 OS_SetTLSValue(PoolIndex, threadData); in InitializeGlobalPools()34 … TThreadGlobalPools* globalPools= static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); in FreeGlobalPools()44 if ((PoolIndex = OS_AllocTLSIndex()) == OS_INVALID_TLS_INDEX) in InitializePoolIndex()53 OS_FreeTLSIndex(PoolIndex); in FreePoolIndex()58 TThreadGlobalPools* threadData = static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); in GetGlobalPoolAllocator()65 TThreadGlobalPools* threadData = static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); in SetGlobalPoolAllocator()