Home
last modified time | relevance | path

Searched refs:drop_writes_ (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/
Ddb_io_failure_test.cc34 env_->drop_writes_.store(true, std::memory_order_release); in TEST_F()
56 env_->drop_writes_.store(false, std::memory_order_release); in TEST_F()
76 env_->drop_writes_.store(true, std::memory_order_release); in TEST_F()
88 env_->drop_writes_.store(false, std::memory_order_release); in TEST_F()
Ddb_test_util.h226 if (env_->drop_writes_.load(std::memory_order_acquire)) { in NewWritableFile()
240 if (env_->drop_writes_.load(std::memory_order_acquire)) { in NewWritableFile()
541 std::atomic<bool> drop_writes_; variable
Dlistener_test.cc897 env_->drop_writes_.store(false, std::memory_order_release); in OnBackgroundError()
923 env_->drop_writes_.store(true, std::memory_order_release); in TEST_F()
957 env_->drop_writes_.store(true, std::memory_order_release); in TEST_F()
Ddb_test_util.cc27 drop_writes_.store(false, std::memory_order_release); in SpecialEnv()