Searched defs:ThreadInfo (Results 1 – 5 of 5) sorted by relevance
25 struct ThreadInfo { struct26 std::unique_ptr<unwindstack::Regs> registers;27 long tagged_addr_ctrl = -1;29 pid_t uid;31 pid_t tid;32 std::string thread_name;34 pid_t pid;36 std::vector<std::string> command_line;37 std::string selinux_label;39 int signo = 0;[all …]
26 struct ThreadInfo { struct33 using ThreadInfoList = allocator::vector<ThreadInfo>; argument
66 struct ThreadInfo { struct71 // tid -> ThreadInfo argument
56 struct ThreadInfo { struct57 pid_t process_id = 0;58 pid_t thread_id = 0;59 std::string name;60 uint64_t total_runtime_in_ns = 0;61 SpinInfo spin_info;
70 struct ThreadInfo { struct80 const ThreadInfo* thread; argument