Home
last modified time | relevance | path

Searched refs:manifest_sync_error_ (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/
Ddb_test_util.h314 if (env_->manifest_sync_error_.load(std::memory_order_acquire)) { in NewWritableFile()
550 std::atomic<bool> manifest_sync_error_; variable
Ddb_io_failure_test.cc153 std::atomic<bool>* error_type = (iter == 0) ? &env_->manifest_sync_error_ in TEST_F()
Ddb_test_util.cc32 manifest_sync_error_.store(false, std::memory_order_release); in SpecialEnv()