Searched refs:CancelErrorRecovery (Results 1 – 5 of 5) sorted by relevance
123 void ErrorHandler::CancelErrorRecovery() { in CancelErrorRecovery() function in ROCKSDB_NAMESPACE::ErrorHandler135 bool cancelled = sfm->CancelErrorRecovery(this); in CancelErrorRecovery()
60 void CancelErrorRecovery();
119 bool CancelErrorRecovery(ErrorHandler* db);
407 bool SstFileManagerImpl::CancelErrorRecovery(ErrorHandler* handler) { in CancelErrorRecovery() function in ROCKSDB_NAMESPACE::SstFileManagerImpl
448 error_handler_.CancelErrorRecovery(); in CloseHelper()