Home
last modified time | relevance | path

Searched refs:NUM_STATE_TYPES (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/monitoring/
Dthread_status_util_debug.cc16 static std::atomic<int> states_delay[ThreadStatus::NUM_STATE_TYPES];
Dthread_status_impl.cc52 if (state_type < 0 || state_type >= NUM_STATE_TYPES) { in GetStateName()
/rocksdb-6.9/util/
Dthread_list_test.cc106 for (int type = 0; type != ThreadStatus::NUM_STATE_TYPES; ++type) { in TEST_F()
281 int state_counts[ThreadStatus::NUM_STATE_TYPES] = {0}; in TEST_F()
/rocksdb-6.9/include/rocksdb/
Dthread_status.h104 NUM_STATE_TYPES enumerator