Searched refs:ContinueBackgroundWork (Results 1 – 9 of 9) sorted by relevance
265 virtual Status ContinueBackgroundWork() override { in ContinueBackgroundWork() function266 return db_->ContinueBackgroundWork(); in ContinueBackgroundWork()
279 db_->ContinueBackgroundWork(); in Run()
307 ASSERT_OK(db_->ContinueBackgroundWork()); in TEST_F()695 ASSERT_OK(dbfull()->ContinueBackgroundWork()); in TEST_P()
2879 Status ContinueBackgroundWork() override { in ContinueBackgroundWork() function in ROCKSDB_NAMESPACE::ModelDB6421 db_->ContinueBackgroundWork(); in TEST_F()
1144 virtual Status ContinueBackgroundWork() = 0;
836 ContinueBackgroundWork(); in CompactRange()1127 Status DBImpl::ContinueBackgroundWork() { in ContinueBackgroundWork() function in ROCKSDB_NAMESPACE::DBImpl
303 virtual Status ContinueBackgroundWork() override;
1458 return db_->ContinueBackgroundWork(); in TestPauseBackground()
2635 auto s = db->ContinueBackgroundWork(); in Java_org_rocksdb_RocksDB_continueBackgroundWork()