Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp46 DestroyThread(); in ~HistoryThread()
H A DThreadMemory.cpp33 ThreadMemory::~ThreadMemory() { DestroyThread(); } in ~ThreadMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp53 DestroyThread(); in ~ThreadGDBRemote()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadList.cpp455 m_threads[idx]->DestroyThread(); in Destroy()
730 (*rhs_pos)->DestroyThread(); in Update()
H A DThread.cpp281 void Thread::DestroyThread() { in DestroyThread() function in Thread
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp56 ThreadElfCore::~ThreadElfCore() { DestroyThread(); } in ~ThreadElfCore()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp82 FreeBSDThread::~FreeBSDThread() { DestroyThread(); } in ~FreeBSDThread()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h1271 virtual void DestroyThread();