Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.cpp17 OS_TLSIndex PoolIndex = OS_INVALID_TLS_INDEX; variable
21 … 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()