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

References

tools/lldb/include/lldb/Target/ExecutionContext.h
  247   bool HasThreadRef() const { return m_tid != LLDB_INVALID_THREAD_ID; }
  256     m_tid = LLDB_INVALID_THREAD_ID;
tools/lldb/source/Target/ExecutionContext.cpp
  422       m_thread_wp(rhs.m_thread_wp), m_tid(rhs.m_tid),
  431     m_tid = rhs.m_tid;
  431     m_tid = rhs.m_tid;
  444     m_tid = thread_sp->GetID();
  446     m_tid = LLDB_INVALID_THREAD_ID;
  481     m_tid = thread_sp->GetID();
  584   if (m_tid != LLDB_INVALID_THREAD_ID) {
  591         thread_sp = process_sp->GetThreadList().FindThreadByID(m_tid);