Home
last modified time | relevance | path

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

/rocksdb-6.9/monitoring/
Dstatistics.cc280 setTickerCountLocked(tickerType, count); in setTickerCount()
287 void StatisticsImpl::setTickerCountLocked(uint32_t tickerType, uint64_t count) { in setTickerCountLocked() function in ROCKSDB_NAMESPACE::StatisticsImpl
338 setTickerCountLocked(i, 0); in Reset()
Dstatistics.h106 void setTickerCountLocked(uint32_t ticker_type, uint64_t count);