Lines Matching refs:ThreadStatus
17 std::string ThreadStatus::GetThreadTypeName( in GetThreadTypeName()
18 ThreadStatus::ThreadType thread_type) { in GetThreadTypeName()
20 case ThreadStatus::ThreadType::HIGH_PRIORITY: in GetThreadTypeName()
22 case ThreadStatus::ThreadType::LOW_PRIORITY: in GetThreadTypeName()
24 case ThreadStatus::ThreadType::USER: in GetThreadTypeName()
26 case ThreadStatus::ThreadType::BOTTOM_PRIORITY: in GetThreadTypeName()
28 case ThreadStatus::ThreadType::NUM_THREAD_TYPES: in GetThreadTypeName()
34 const std::string& ThreadStatus::GetOperationName( in GetOperationName()
35 ThreadStatus::OperationType op_type) { in GetOperationName()
42 const std::string& ThreadStatus::GetOperationStageName( in GetOperationStageName()
43 ThreadStatus::OperationStage stage) { in GetOperationStageName()
50 const std::string& ThreadStatus::GetStateName( in GetStateName()
51 ThreadStatus::StateType state_type) { in GetStateName()
58 const std::string ThreadStatus::MicrosToString(uint64_t micros) { in MicrosToString()
68 const std::string& ThreadStatus::GetOperationPropertyName( in GetOperationPropertyName()
69 ThreadStatus::OperationType op_type, int i) { in GetOperationPropertyName()
72 case ThreadStatus::OP_COMPACTION: in GetOperationPropertyName()
77 case ThreadStatus::OP_FLUSH: in GetOperationPropertyName()
87 std::map<std::string, uint64_t> ThreadStatus::InterpretOperationProperties( in InterpretOperationProperties()
88 ThreadStatus::OperationType op_type, const uint64_t* op_properties) { in InterpretOperationProperties()
121 std::string ThreadStatus::GetThreadTypeName(
122 ThreadStatus::ThreadType /*thread_type*/) {
127 const std::string& ThreadStatus::GetOperationName(
128 ThreadStatus::OperationType /*op_type*/) {
133 const std::string& ThreadStatus::GetOperationStageName(
134 ThreadStatus::OperationStage /*stage*/) {
139 const std::string& ThreadStatus::GetStateName(
140 ThreadStatus::StateType /*state_type*/) {
145 const std::string ThreadStatus::MicrosToString(uint64_t /*op_elapsed_time*/) {
150 const std::string& ThreadStatus::GetOperationPropertyName(
151 ThreadStatus::OperationType /*op_type*/, int /*i*/) {
156 std::map<std::string, uint64_t> ThreadStatus::InterpretOperationProperties(
157 ThreadStatus::OperationType /*op_type*/,