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

/external/webkit/Source/WebCore/platform/audio/
H A DHRTFDatabaseLoader.cpp89 static void* databaseLoaderEntry(void* threadData) argument
91 HRTFDatabaseLoader* loader = reinterpret_cast<HRTFDatabaseLoader*>(threadData);
H A DReverbConvolver.cpp56 static void* backgroundThreadEntry(void* threadData) argument
58 ReverbConvolver* reverbConvolver = static_cast<ReverbConvolver*>(threadData);
/external/webkit/Source/WebCore/webaudio/
H A DOfflineAudioDestinationNode.cpp88 void* OfflineAudioDestinationNode::renderEntry(void* threadData) argument
90 OfflineAudioDestinationNode* destinationNode = reinterpret_cast<OfflineAudioDestinationNode*>(threadData);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DPoolAlloc.cpp25 TThreadGlobalPools* threadData = new TThreadGlobalPools();
26 threadData->globalPoolAllocator = 0;
28 OS_SetTLSValue(PoolIndex, threadData);
58 TThreadGlobalPools* threadData = static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); local
60 return *threadData->globalPoolAllocator;
65 TThreadGlobalPools* threadData = static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); local
67 threadData->globalPoolAllocator = poolAllocator;

Completed in 111 milliseconds