Home
last modified time | relevance | path

Searched defs:threadData (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.cpp25 TThreadGlobalPools* threadData = new TThreadGlobalPools(); in InitializeGlobalPools() local
58 TThreadGlobalPools* threadData = static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); in GetGlobalPoolAllocator() local
65 TThreadGlobalPools* threadData = static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); in SetGlobalPoolAllocator() local
/external/webkit/Source/WebCore/platform/audio/
DHRTFDatabaseLoader.cpp89 static void* databaseLoaderEntry(void* threadData) in databaseLoaderEntry()
DReverbConvolver.cpp56 static void* backgroundThreadEntry(void* threadData) in backgroundThreadEntry()
/external/webkit/Source/WebCore/webaudio/
DOfflineAudioDestinationNode.cpp88 void* OfflineAudioDestinationNode::renderEntry(void* threadData) in renderEntry()