Searched defs:ThreadStatus (Results 1 – 3 of 3) sorted by relevance
41 struct ThreadStatus { struct43 enum ThreadType : int {54 enum OperationType : int {61 enum OperationStage : int {76 enum CompactionPropertyType : int {107 ThreadStatus(const uint64_t _id, const ThreadType _thread_type, in ThreadStatus() function127 const uint64_t thread_id;131 const ThreadType thread_type;136 const std::string db_name;162 // the information of ThreadStatus argument
520 virtual Status GetThreadList(std::vector<ThreadStatus>* /*thread_list*/) { in GetThreadList()
10 public class ThreadStatus { class24 private ThreadStatus(final long threadId, in ThreadStatus() method in ThreadStatus