Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc3239 if (secondary_update_thread_) { in Run()
3241 secondary_update_thread_->join(); in Run()
3242 secondary_update_thread_.reset(); in Run()
3283 std::unique_ptr<port::Thread> secondary_update_thread_; member in ROCKSDB_NAMESPACE::Benchmark
4226 secondary_update_thread_.reset(new port::Thread( in OpenDb()