Searched refs:cleanupSync (Results 1 – 4 of 4) sorted by relevance
71 void DatabaseThread::requestTermination(DatabaseTaskSynchronizer *cleanupSync) in requestTermination() argument74 m_cleanupSync = cleanupSync; in requestTermination()130 DatabaseTaskSynchronizer* cleanupSync = m_cleanupSync; in databaseThread() local135 if (cleanupSync) // Someone wanted to know when we were done cleaning up. in databaseThread()136 cleanupSync->taskCompleted(); in databaseThread()
57 void requestTermination(DatabaseTaskSynchronizer* cleanupSync);
198 DatabaseTaskSynchronizer cleanupSync; in performTask() local199 workerContext->stopDatabases(&cleanupSync); in performTask()213 cleanupSync.waitForTaskCompletion(); in performTask()
154 void ScriptExecutionContext::stopDatabases(DatabaseTaskSynchronizer* cleanupSync) in stopDatabases() argument158 m_databaseThread->requestTermination(cleanupSync); in stopDatabases()159 else if (cleanupSync) in stopDatabases()160 cleanupSync->taskCompleted(); in stopDatabases()