Searched refs:StatsThread (Results 1 – 1 of 1) sorted by relevance
270 struct StatsThread { struct271 explicit StatsThread(ROCKSDB_NAMESPACE::DB* db) in StatsThread() function272 : db_(db), thread_(&StatsThread::run, this) {} in StatsThread()303 ~StatsThread() { in ~StatsThread() argument369 StatsThread stats_thread(db_raw); in main()