Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp47 DestroyThread(); in ~HistoryThread()
H A DThreadMemory.cpp36 ThreadMemory::~ThreadMemory() { DestroyThread(); } in ~ThreadMemory()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp481 m_threads[idx]->DestroyThread(); in Destroy()
774 (*rhs_pos)->DestroyThread(); in Update()
H A DThread.cpp245 void Thread::DestroyThread() { in DestroyThread() function in Thread
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp60 DestroyThread(); in ~ThreadGDBRemote()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp89 ScriptedThread::~ScriptedThread() { DestroyThread(); } in GetName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp58 ThreadElfCore::~ThreadElfCore() { DestroyThread(); } in ~ThreadElfCore()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1259 virtual void DestroyThread();