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

  /external/webkit/Source/WebCore/storage/
DatabaseThread.cpp 71 void DatabaseThread::requestTermination(DatabaseTaskSynchronizer *cleanupSync)
74 m_cleanupSync = cleanupSync;
130 DatabaseTaskSynchronizer* cleanupSync = m_cleanupSync;
135 if (cleanupSync) // Someone wanted to know when we were done cleaning up.
136 cleanupSync->taskCompleted();
  /external/webkit/Source/WebCore/workers/
WorkerThread.cpp 198 DatabaseTaskSynchronizer cleanupSync;
199 workerContext->stopDatabases(&cleanupSync);
213 cleanupSync.waitForTaskCompletion();

Completed in 114 milliseconds