reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  435   thread_data.tid = data.GetU32(&offset);   // pr_pid
  636           thread_data.tid = tid;
  643           if (!had_nt_regs || tid != thread_data.tid)
  662           thread_data.tid = tid;
  669           if (!had_nt_regs || tid != thread_data.tid)
  710       if (data.tid == siglwp) {
  797       thread_data.tid = prstatus.pr_pid;
tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
   48     : Thread(process, td.tid), m_thread_name(td.name), m_thread_reg_ctx_sp(),