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

References

tools/lldb/include/lldb/Target/Thread.h
 1089   bool IsValid() const { return !m_destroy_called; }
tools/lldb/source/Target/Thread.cpp
  255   assert(m_destroy_called);
  271   m_destroy_called = true;
  362   if (m_destroy_called)
  400   if (m_destroy_called)