Home
last modified time | relevance | path

Searched defs:ThreadInfo (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.h47 struct ThreadInfo { struct
48 pid_t tgid; // thread group id
49 pid_t ppid; // parent process
51 uintptr_t stack_pointer; // thread stack pointer
55 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
/external/llvm/lib/Support/
DThreading.cpp34 struct ThreadInfo { struct
39 ThreadInfo *TI = reinterpret_cast<ThreadInfo*>(Arg); in ExecuteOnThread_Dispatch() argument
74 struct ThreadInfo { struct
80 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param); in ThreadCallback() argument
/external/gemmlowp/profiling/
Dinstrumentation.h170 struct ThreadInfo { struct
174 ThreadInfo() { in ThreadInfo() function
181 ThreadInfo* self = static_cast<ThreadInfo*>(ptr); in ThreadExitCallback() argument
/external/libchrome/base/message_loop/
Dmessage_pump_glib.cc128 struct ThreadInfo { struct
130 MessagePumpGlib* pump;
133 PlatformThreadId thread_id;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DResumeTest.java223 private static class ThreadInfo { class in ResumeTest
227 public ThreadInfo(String threadName) { in ThreadInfo() method in ResumeTest.ThreadInfo
/external/valgrind/drd/
Ddrd_thread.h110 } ThreadInfo; typedef
/external/valgrind/include/
Dpub_tool_addrinfo.h112 } ThreadInfo; typedef