Searched refs:secondary_update_thread_ (Results 1 – 1 of 1) sorted by relevance
3239 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::Benchmark4226 secondary_update_thread_.reset(new port::Thread( in OpenDb()