Searched refs:cleanupSync (Results 1 – 4 of 4) sorted by relevance
70 void DatabaseThread::requestTermination(DatabaseTaskSynchronizer *cleanupSync) in requestTermination() argument73 m_cleanupSync = cleanupSync; in requestTermination()122 DatabaseTaskSynchronizer* cleanupSync = m_cleanupSync; in databaseThread() local127 if (cleanupSync) // Someone wanted to know when we were done cleaning up. in databaseThread()128 cleanupSync->taskCompleted(); in databaseThread()
57 void requestTermination(DatabaseTaskSynchronizer* cleanupSync);
122 void ScriptExecutionContext::stopDatabases(DatabaseTaskSynchronizer* cleanupSync) in stopDatabases() argument136 m_databaseThread->requestTermination(cleanupSync); in stopDatabases()137 else if (cleanupSync) in stopDatabases()138 cleanupSync->taskCompleted(); in stopDatabases()
188 DatabaseTaskSynchronizer cleanupSync; in performTask() local189 workerContext->stopDatabases(&cleanupSync); in performTask()196 cleanupSync.waitForTaskCompletion(); in performTask()