HomeSort by relevance Sort by last modified time
    Searched refs:OS_GetTLSValue (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
InitializeDll.cpp 75 if (OS_GetTLSValue(ThreadInitializeIndex) != 0)
101 if (OS_GetTLSValue(ThreadInitializeIndex) != 0) {
PoolAlloc.cpp 21 TThreadGlobalPools* globalPools= static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex));
34 TThreadGlobalPools* globalPools= static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex));
58 TThreadGlobalPools* threadData = static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex));
65 TThreadGlobalPools* threadData = static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex));
osinclude.h 58 inline void* OS_GetTLSValue(OS_TLSIndex nIndex)
ParseHelper.cpp     [all...]

Completed in 75 milliseconds