Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.cpp21 … TThreadGlobalPools* globalPools= static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); in InitializeGlobalPools()
34 … TThreadGlobalPools* globalPools= static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); in FreeGlobalPools()
58 TThreadGlobalPools* threadData = static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); in GetGlobalPoolAllocator()
65 TThreadGlobalPools* threadData = static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); in SetGlobalPoolAllocator()
DInitializeDll.cpp75 if (OS_GetTLSValue(ThreadInitializeIndex) != 0) in InitThread()
101 if (OS_GetTLSValue(ThreadInitializeIndex) != 0) { in DetachThread()
Dosinclude.h58 inline void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue() function
DParseHelper.cpp1486 …TThreadParseContext *lpParseContext = static_cast<TThreadParseContext *>(OS_GetTLSValue(GlobalPars… in InitializeGlobalParseContext()
1511 …TThreadParseContext *lpParseContext = static_cast<TThreadParseContext *>(OS_GetTLSValue(GlobalPars… in FreeParseContext()
1524 …TThreadParseContext *lpParseContext = static_cast<TThreadParseContext *>(OS_GetTLSValue(GlobalPars… in GetGlobalParseContext()
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog306 (OS_GetTLSValue):