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

/macosx-10.10/WebCore-7600.1.25/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
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/remote/
H A DRemoteInspectorDebuggableConnection.h95 std::mutex& queueMutex() { return m_queueMutex; }
116 std::mutex m_queueMutex; member in class:Inspector::final
H A DRemoteInspectorDebuggableConnection.mm262 std::lock_guard<std::mutex> lock(m_queueMutex);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp57 , m_queueMutex()
752 MutexLocker lock(m_queueMutex);
771 MutexLocker lock(m_queueMutex);
802 m_queueMutex.lock();
818 m_queueMutex.unlock();
834 MutexLocker lock(m_queueMutex);
H A DMediaPlayerPrivateAVFoundation.h320 mutable Mutex m_queueMutex; member in class:WebCore::MediaPlayerPrivateAVFoundation

Completed in 237 milliseconds