Home
last modified time | relevance | path

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

/external/webkit/WebCore/plugins/
DPluginMainThreadScheduler.cpp46 MutexLocker lock(m_queueMutex); in scheduleCall()
62 MutexLocker lock(m_queueMutex); in registerPlugin()
70 MutexLocker lock(m_queueMutex); in unregisterPlugin()
82 MutexLocker lock(m_queueMutex); in dispatchCallsForPlugin()
93 m_queueMutex.lock(); in dispatchCalls()
104 m_queueMutex.unlock(); in dispatchCalls()
DPluginMainThreadScheduler.h81 Mutex m_queueMutex; variable
/external/webkit/WebKit/qt/Api/
Dqwebnetworkinterface.cpp771 QMutexLocker locker(&m_queueMutex); in queueStart()
781 QMutexLocker locker(&m_queueMutex); in queueData()
791 QMutexLocker locker(&m_queueMutex); in queueFinished()
813 m_queueMutex.lock(); in doWork()
817 m_queueMutex.unlock(); in doWork()
840 m_queueMutex.lock(); in doWork()
842 m_queueMutex.unlock(); in doWork()
848 m_queueMutex.lock(); in doWork()
851 m_queueMutex.unlock(); in doWork()
Dqwebnetworkinterface_p.h143 QMutex m_queueMutex; variable