Searched refs:thread_dump_stats_ (Results 1 – 3 of 3) sorted by relevance
275 if (thread_dump_stats_ != nullptr) { in TEST_WaitForDumpStatsRun()276 thread_dump_stats_->TEST_WaitForRun(callback); in TEST_WaitForDumpStatsRun()
403 if (thread_dump_stats_ != nullptr) { in CancelAllBackgroundWork()404 thread_dump_stats_->cancel(); in CancelAllBackgroundWork()405 thread_dump_stats_.reset(); in CancelAllBackgroundWork()650 if (!thread_dump_stats_) { in StartTimedTasks()651 thread_dump_stats_.reset(new ROCKSDB_NAMESPACE::RepeatableThread( in StartTimedTasks()1044 if (thread_dump_stats_) { in SetDBOptions()1046 thread_dump_stats_->cancel(); in SetDBOptions()1050 thread_dump_stats_.reset(new ROCKSDB_NAMESPACE::RepeatableThread( in SetDBOptions()1055 thread_dump_stats_.reset(); in SetDBOptions()
2054 std::unique_ptr<ROCKSDB_NAMESPACE::RepeatableThread> thread_dump_stats_; variable