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/modules/webdatabase/sqlite/
SQLiteDatabase.h 117 Mutex& databaseMutex() { return m_lockingMutex; }
156 Mutex m_lockingMutex;
SQLiteDatabase.cpp 122 while (!m_lockingMutex.tryLock()) {
130 m_lockingMutex.unlock();
135 ASSERT(!m_lockingMutex.tryLock());

Completed in 361 milliseconds