Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_shared_state.h57 should_stop_test_(false), in SharedState()
216 void SetShouldStopTest() { should_stop_test_.store(true); } in SetShouldStopTest()
218 bool ShouldStopTest() const { return should_stop_test_.load(); } in ShouldStopTest()
349 std::atomic<bool> should_stop_test_; variable