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

Declarations

tools/lldb/include/lldb/Target/Thread.h
 1182   virtual void DestroyThread();

References

tools/lldb/source/Plugins/Process/Utility/HistoryThread.cpp
   44   DestroyThread();
tools/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
   35 ThreadMemory::~ThreadMemory() { DestroyThread(); }
tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
   51 ThreadElfCore::~ThreadElfCore() { DestroyThread(); }
tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
   52   DestroyThread();
tools/lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
   37 ThreadMachCore::~ThreadMachCore() { DestroyThread(); }
tools/lldb/source/Target/ThreadList.cpp
  454     m_threads[idx]->DestroyThread();
  730         (*rhs_pos)->DestroyThread();