Home
last modified time | relevance | path

Searched refs:UnlockWAL (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/db/
Ddb_write_test.cc270 ASSERT_OK(dbfull()->UnlockWAL()); in TEST_P()
277 ASSERT_OK(dbfull()->UnlockWAL()); in TEST_P()
/rocksdb-6.9/include/rocksdb/utilities/
Dstackable_db.h333 virtual Status UnlockWAL() override { return db_->UnlockWAL(); } in UnlockWAL() function
/rocksdb-6.9/include/rocksdb/
Ddb.h1235 virtual Status UnlockWAL() { in UnlockWAL() function
/rocksdb-6.9/db/db_impl/
Ddb_impl.h343 virtual Status UnlockWAL() override;
Ddb_impl.cc1268 Status DBImpl::UnlockWAL() { in UnlockWAL() function in ROCKSDB_NAMESPACE::DBImpl