Home
last modified time | relevance | path

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

/rocksdb-6.9/monitoring/
Dthread_status_util.cc23 assert(thread_updater_local_cache_); in RegisterThread()
29 if (thread_updater_local_cache_ != nullptr) { in UnregisterThread()
31 thread_updater_local_cache_ = nullptr; in UnregisterThread()
41 assert(thread_updater_local_cache_); in SetColumnFamily()
53 if (thread_updater_local_cache_ == nullptr) { in SetThreadOperation()
72 if (thread_updater_local_cache_ == nullptr) { in SetThreadOperationStage()
82 if (thread_updater_local_cache_ == nullptr) { in SetThreadOperationProperty()
93 if (thread_updater_local_cache_ == nullptr) { in IncreaseThreadOperationProperty()
103 if (thread_updater_local_cache_ == nullptr) { in SetThreadState()
126 assert(thread_updater_local_cache_); in NewColumnFamilyInfo()
[all …]
Dthread_status_util.h112 static __thread ThreadStatusUpdater* thread_updater_local_cache_; variable
115 static ThreadStatusUpdater* thread_updater_local_cache_; variable