Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DThreadType.java20 LOW_PRIORITY((byte)0x1), enumConstant
/rocksdb-6.9/util/
Dthread_list_test.cc160 running_count[ThreadStatus::LOW_PRIORITY], in TEST_F()
184 running_count[ThreadStatus::LOW_PRIORITY], 0); in TEST_F()
Dthreadpool_imp.cc291 thread_type = ThreadStatus::LOW_PRIORITY; in BGThreadWrapper()
/rocksdb-6.9/include/rocksdb/
Dthread_status.h45 LOW_PRIORITY, // RocksDB BG thread in low-pri thread pool enumerator
/rocksdb-6.9/monitoring/
Dthread_status_impl.cc22 case ThreadStatus::ThreadType::LOW_PRIORITY: in GetThreadTypeName()
/rocksdb-6.9/docs/_posts/
D2015-10-27-getthreadlist.markdown161 // LOW_PRIORITY, and USER
/rocksdb-6.9/java/rocksjni/
Dportal.h6418 case ROCKSDB_NAMESPACE::ThreadStatus::ThreadType::LOW_PRIORITY: in toJavaThreadType()
6437 return ROCKSDB_NAMESPACE::ThreadStatus::ThreadType::LOW_PRIORITY; in toCppThreadType()
6444 return ROCKSDB_NAMESPACE::ThreadStatus::ThreadType::LOW_PRIORITY; in toCppThreadType()
/rocksdb-6.9/db/
Ddb_test.cc4125 thread_type_counts[ThreadStatus::LOW_PRIORITY] == in TEST_F()
4136 ASSERT_EQ(thread_type_counts[ThreadStatus::LOW_PRIORITY], in TEST_F()