Home
last modified time | relevance | path

Searched refs:m_waitForMessageMutex (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.cpp331 MutexLocker locker(m_waitForMessageMutex); in waitForMessage()
342 MutexLocker locker(m_waitForMessageMutex); in waitForMessage()
353 if (!m_waitForMessageCondition.timedWait(m_waitForMessageMutex, absoluteTime)) { in waitForMessage()
499 MutexLocker locker(m_waitForMessageMutex); in processIncomingMessage()
DConnection.h252 Mutex m_waitForMessageMutex; variable
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1612193m_waitForMessageMutex mutex unlocked for a brief period of time before taking the lock again and