Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_common.cc90 if (shared->ShouldStopBgThread()) { in PoolSizeChangeThread()
126 if (shared->ShouldStopBgThread()) { in DbVerificationThread()
Ddb_stress_shared_state.h309 bool ShouldStopBgThread() { return should_stop_bg_thread_; } in ShouldStopBgThread() function