reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1182 virtual void DestroyThread();
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.cpp454 m_threads[idx]->DestroyThread(); 730 (*rhs_pos)->DestroyThread();