Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp46 DestroyThread(); in ~HistoryThread()
H A DThreadMemory.cpp35 ThreadMemory::~ThreadMemory() { DestroyThread(); } in ~ThreadMemory()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp454 m_threads[idx]->DestroyThread(); in Destroy()
735 (*rhs_pos)->DestroyThread(); in Update()
H A DThread.cpp248 void Thread::DestroyThread() { in DestroyThread() function in Thread
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp60 DestroyThread(); in ~ThreadGDBRemote()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp54 ThreadElfCore::~ThreadElfCore() { DestroyThread(); } in ~ThreadElfCore()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1199 virtual void DestroyThread();