Searched refs:m_queueMutex (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/plugins/
H A DPluginMainThreadScheduler.cpp46 MutexLocker lock(m_queueMutex);
62 MutexLocker lock(m_queueMutex);
70 MutexLocker lock(m_queueMutex);
82 MutexLocker lock(m_queueMutex);
93 m_queueMutex.lock();
104 m_queueMutex.unlock();
H A DPluginMainThreadScheduler.h82 Mutex m_queueMutex; member in class:WebCore::PluginMainThreadScheduler
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp53 , m_queueMutex()
648 MutexLocker lock(m_queueMutex);
667 MutexLocker lock(m_queueMutex);
684 m_queueMutex.lock();
696 m_queueMutex.unlock();
712 MutexLocker lock(m_queueMutex);
H A DMediaPlayerPrivateAVFoundation.h243 Mutex m_queueMutex; member in class:WebCore::MediaPlayerPrivateAVFoundation

Completed in 63 milliseconds