Home
last modified time | relevance | path

Searched defs:thread_type (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/monitoring/
Dthread_status_impl.cc18 ThreadStatus::ThreadType thread_type) { in GetThreadTypeName()
Dthread_status_updater.h86 std::atomic<ThreadStatus::ThreadType> thread_type; member
Dthread_status_util.cc19 ThreadStatus::ThreadType thread_type) { in RegisterThread()
Dthread_status_updater.cc168 auto thread_type = thread_data->thread_type.load(std::memory_order_relaxed); in GetThreadList() local
/rocksdb-6.9/include/rocksdb/
Dthread_status.h131 const ThreadType thread_type; member
/rocksdb-6.9/util/
Dthreadpool_imp.cc285 ThreadStatus::ThreadType thread_type = ThreadStatus::NUM_THREAD_TYPES; in BGThreadWrapper() local
/rocksdb-6.9/java/rocksjni/
Dportal.h6414 const ROCKSDB_NAMESPACE::ThreadStatus::ThreadType& thread_type) { in toJavaThreadType()