Home
last modified time | relevance | path

Searched refs:BOTTOM_PRIORITY (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DThreadType.java30 BOTTOM_PRIORITY((byte)0x3); enumConstant
/rocksdb-6.9/include/rocksdb/
Dthread_status.h47 BOTTOM_PRIORITY, // RocksDB BG thread in bottom-pri thread pool enumerator
/rocksdb-6.9/monitoring/
Dthread_status_impl.cc26 case ThreadStatus::ThreadType::BOTTOM_PRIORITY: in GetThreadTypeName()
/rocksdb-6.9/util/
Dthreadpool_imp.cc294 thread_type = ThreadStatus::BOTTOM_PRIORITY; in BGThreadWrapper()
/rocksdb-6.9/java/rocksjni/
Dportal.h6422 case ROCKSDB_NAMESPACE::ThreadStatus::ThreadType::BOTTOM_PRIORITY: in toJavaThreadType()
6441 return ROCKSDB_NAMESPACE::ThreadStatus::ThreadType::BOTTOM_PRIORITY; in toCppThreadType()
/rocksdb-6.9/db/
Ddb_test.cc4127 thread_type_counts[ThreadStatus::BOTTOM_PRIORITY] == in TEST_F()
4139 ASSERT_EQ(thread_type_counts[ThreadStatus::BOTTOM_PRIORITY], in TEST_F()