Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCache.cpp191 MutexLocker lock(m_getEntryMutex); in getCacheResult()
208 m_getEntryCondition.wait(m_getEntryMutex); in getCacheResult()
245 MutexLocker lock(m_getEntryMutex); in onGetEntryDone()
DWebCache.h85 WTF::Mutex m_getEntryMutex; variable