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

  /external/webkit/WebCore/platform/sql/
SQLiteDatabase.h 100 ASSERT(currentThread() == m_openingThread);
128 ThreadIdentifier m_openingThread;
SQLiteDatabase.cpp 51 , m_openingThread(0)
74 m_openingThread = currentThread();
86 // ASSERT(currentThread() == m_openingThread);
91 m_openingThread = 0;

Completed in 159 milliseconds