Searched defs:ThreadInfo (Results 1 – 5 of 5) sorted by relevance
24 struct ThreadInfo { struct25 std::unique_ptr<unwindstack::Regs> registers;27 pid_t uid;29 pid_t tid;30 std::string thread_name;32 pid_t pid;33 std::string process_name;35 int signo = 0;36 siginfo_t* siginfo = nullptr;
26 struct ThreadInfo { struct33 using ThreadInfoList = allocator::vector<ThreadInfo>; argument
66 struct ThreadInfo { struct71 // tid -> ThreadInfo argument
55 struct ThreadInfo { struct56 pid_t process_id = 0;57 pid_t thread_id = 0;58 std::string name;59 uint64_t total_runtime_in_ns = 0;60 SpinInfo spin_info;
52 struct ThreadInfo { struct53 std::string name;