HomeSort by relevance Sort by last modified time
    Searched defs:threadData (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.cpp 25 TThreadGlobalPools* threadData = new TThreadGlobalPools();
26 threadData->globalPoolAllocator = 0;
28 OS_SetTLSValue(PoolIndex, threadData);
58 TThreadGlobalPools* threadData = static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex));
60 return *threadData->globalPoolAllocator;
65 TThreadGlobalPools* threadData = static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex));
67 threadData->globalPoolAllocator = poolAllocator;
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 64 milliseconds