Searched refs:m_cleanupSync (Results 1 – 2 of 2) sorted by relevance
45 , m_cleanupSync(0) in DatabaseThread()68 m_cleanupSync = cleanupSync; in requestTermination()101 if (m_cleanupSync) // Someone wanted to know when we were done cleaning up. in cleanupDatabaseThread()102 … m_thread->postTask(new Task(WTF::bind(&DatabaseTaskSynchronizer::taskCompleted, m_cleanupSync))); in cleanupDatabaseThread()
83 DatabaseTaskSynchronizer* m_cleanupSync; variable