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
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