Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_shared_state.h53 should_stop_bg_thread_(false), in SharedState()
307 void SetShouldStopBgThread() { should_stop_bg_thread_ = true; } in SetShouldStopBgThread()
309 bool ShouldStopBgThread() { return should_stop_bg_thread_; } in ShouldStopBgThread()
345 bool should_stop_bg_thread_; variable