HomeSort by relevance Sort by last modified time
    Searched refs:m_lockingMutex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteDatabase.h 116 Mutex& databaseMutex() { return m_lockingMutex; }
155 Mutex m_lockingMutex;
SQLiteDatabase.cpp 125 while (!m_lockingMutex.tryLock()) {
133 m_lockingMutex.unlock();
138 ASSERT(!m_lockingMutex.tryLock());

Completed in 35 milliseconds