Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp47 DestroyThread(); in ~HistoryThread()
H A DThreadMemory.cpp36 ThreadMemory::~ThreadMemory() { DestroyThread(); } in ~ThreadMemory()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp40 ThreadMachCore::~ThreadMachCore() { DestroyThread(); } in ~ThreadMachCore()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp49 DestroyThread(); in ~ThreadKDP()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp41 TargetThreadWindows::~TargetThreadWindows() { DestroyThread(); } in ~TargetThreadWindows()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp482 m_threads[idx]->DestroyThread(); in Destroy()
771 (*rhs_pos)->DestroyThread(); in Update()
H A DThread.cpp251 void Thread::DestroyThread() { in DestroyThread() function in Thread
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp60 DestroyThread(); in ~ThreadGDBRemote()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp85 ScriptedThread::~ScriptedThread() { DestroyThread(); } in ~ScriptedThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp51 ThreadElfCore::~ThreadElfCore() { DestroyThread(); } in ~ThreadElfCore()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h1213 virtual void DestroyThread();