Home
last modified time | relevance | path

Searched refs:HIGH_PRIORITY (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DThreadType.java15 HIGH_PRIORITY((byte)0x0), enumConstant
/rocksdb-6.9/util/
Dthread_list_test.cc157 running_count[ThreadStatus::HIGH_PRIORITY], in TEST_F()
182 running_count[ThreadStatus::HIGH_PRIORITY], 0); in TEST_F()
Dthreadpool_imp.cc288 thread_type = ThreadStatus::HIGH_PRIORITY; in BGThreadWrapper()
/rocksdb-6.9/include/rocksdb/
Dthread_status.h44 HIGH_PRIORITY = 0, // RocksDB BG thread in high-pri thread pool enumerator
/rocksdb-6.9/monitoring/
Dthread_status_impl.cc20 case ThreadStatus::ThreadType::HIGH_PRIORITY: in GetThreadTypeName()
/rocksdb-6.9/docs/_posts/
D2015-10-27-getthreadlist.markdown160 // The type of the thread, it could be HIGH_PRIORITY,
/rocksdb-6.9/java/rocksjni/
Dportal.h6416 case ROCKSDB_NAMESPACE::ThreadStatus::ThreadType::HIGH_PRIORITY: in toJavaThreadType()
6435 return ROCKSDB_NAMESPACE::ThreadStatus::ThreadType::HIGH_PRIORITY; in toCppThreadType()
/rocksdb-6.9/db/
Ddb_test.cc4123 if (thread_type_counts[ThreadStatus::HIGH_PRIORITY] == in TEST_F()
4133 ASSERT_EQ(thread_type_counts[ThreadStatus::HIGH_PRIORITY], in TEST_F()