Home
last modified time | relevance | path

Searched refs:DestroyThread (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp47 DestroyThread(); in ~HistoryThread()
H A DThreadMemory.cpp36 ThreadMemory::~ThreadMemory() { DestroyThread(); } in ~ThreadMemory()
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp40 ThreadMachCore::~ThreadMachCore() { DestroyThread(); } in ~ThreadMachCore()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp49 DestroyThread(); in ~ThreadKDP()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp41 TargetThreadWindows::~TargetThreadWindows() { DestroyThread(); } in ~TargetThreadWindows()
/llvm-project-15.0.7/lldb/unittests/Thread/
H A DThreadTest.cpp67 ~DummyThread() override { DestroyThread(); } in ~DummyThread()
/llvm-project-15.0.7/lldb/unittests/Process/
H A DProcessEventDataTest.cpp69 ~DummyThread() override { DestroyThread(); } in ~DummyThread()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadList.cpp455 m_threads[idx]->DestroyThread(); in Destroy()
736 (*rhs_pos)->DestroyThread(); in Update()
H A DThread.cpp249 void Thread::DestroyThread() { in DestroyThread() function in Thread
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp83 ScriptedThread::~ScriptedThread() { DestroyThread(); } in ~ScriptedThread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp60 DestroyThread(); in ~ThreadGDBRemote()
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp51 ThreadElfCore::~ThreadElfCore() { DestroyThread(); } in ~ThreadElfCore()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h1204 virtual void DestroyThread();