Searched defs:ThreadInfo (Results 1 – 6 of 6) sorted by relevance
47 struct ThreadInfo { struct48 pid_t tgid; // thread group id49 pid_t ppid; // parent process51 uintptr_t stack_pointer; // thread stack pointer55 user_regs_struct regs;56 user_fpregs_struct fpregs;57 static const unsigned kNumDebugRegisters = 8;58 debugreg_t dregs[8];82 // Fills a RawContextCPU using the context in the ThreadInfo object. argument
34 struct ThreadInfo { struct39 ThreadInfo *TI = reinterpret_cast<ThreadInfo*>(Arg); in ExecuteOnThread_Dispatch() argument74 struct ThreadInfo { struct80 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param); in ThreadCallback() argument
177 struct ThreadInfo struct183 ThreadInfo() { in ThreadInfo() argument
223 private static class ThreadInfo { class in ResumeTest227 public ThreadInfo(String threadName) { in ThreadInfo() method in ResumeTest.ThreadInfo
101 } ThreadInfo; typedef
112 } ThreadInfo; typedef