Home
last modified time | relevance | path

Searched refs:CancelAllBackgroundWork (Results 1 – 10 of 10) sorted by relevance

/rocksdb-6.9/db/
Dconvenience.cc16 void CancelAllBackgroundWork(DB* db, bool wait) { in CancelAllBackgroundWork() function
18 ->CancelAllBackgroundWork(wait); in CancelAllBackgroundWork()
Ddb_test.cc4314 CancelAllBackgroundWork(db_); in TEST_P()
4332 CancelAllBackgroundWork(db_); in TEST_F()
4413 CancelAllBackgroundWork(db_); in TEST_P()
4499 CancelAllBackgroundWork(db_); in TEST_P()
4521 CancelAllBackgroundWork(db_); in TEST_F()
Ddb_compaction_test.cc4277 dbfull()->CancelAllBackgroundWork(false /* wait */); in TEST_F()
/rocksdb-6.9/include/rocksdb/
Dconvenience.h320 void CancelAllBackgroundWork(DB* db, bool wait = false);
/rocksdb-6.9/utilities/ttl/
Ddb_ttl_impl.cc50 CancelAllBackgroundWork(db_, /* wait = */ true); in Close()
/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.cc974 db_impl_->CancelAllBackgroundWork(true /*wait*/); in ~WritePreparedTxnDB()
/rocksdb-6.9/db/db_impl/
Ddb_impl.h659 void CancelAllBackgroundWork(bool wait);
Ddb_impl.cc399 void DBImpl::CancelAllBackgroundWork(bool wait) { in CancelAllBackgroundWork() function in ROCKSDB_NAMESPACE::DBImpl
457 CancelAllBackgroundWork(false); in CloseHelper()
/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.cc2111 CancelAllBackgroundWork(db_, wait); in Reopen()
/rocksdb-6.9/
DHISTORY.md732 * CancelAllBackgroundWork() flushes all memtables for databases containing writes that have bypasse…
901CancelAllBackgroundWork is called without doing a flush after doing loads with WAL disabled, the c…