Home
last modified time | relevance | path

Searched refs:m_databaseLoaderThread (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DHRTFDatabaseLoader.cpp63 , m_databaseLoaderThread(0) in HRTFDatabaseLoader()
75 waitForThreadCompletion(m_databaseLoaderThread, 0); in ~HRTFDatabaseLoader()
78 m_databaseLoaderThread = 0; in ~HRTFDatabaseLoader()
114 m_databaseLoaderThread = createThread(databaseLoaderEntry, this, "HRTF database loader"); in loadAsynchronously()
127 ASSERT(m_databaseLoaderThread); in waitForLoaderThreadCompletion()
128 waitForThreadCompletion(m_databaseLoaderThread, 0); in waitForLoaderThreadCompletion()
DHRTFDatabaseLoader.h84 ThreadIdentifier m_databaseLoaderThread; variable