Home
last modified time | relevance | path

Searched refs:ThreadDestroyed (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanStepOverBreakpoint.h32 void ThreadDestroyed() override;
H A DThreadPlanCallFunction.h96 void ThreadDestroyed() override { m_takedown_done = true; } in ThreadDestroyed() function
H A DThreadPlan.h463 virtual void ThreadDestroyed() { in ThreadDestroyed() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp176 void ThreadPlanStepOverBreakpoint::ThreadDestroyed() { in ThreadDestroyed() function in ThreadPlanStepOverBreakpoint
H A DThread.cpp286 plan->ThreadDestroyed(); in DestroyThread()
289 plan->ThreadDestroyed(); in DestroyThread()
292 plan->ThreadDestroyed(); in DestroyThread()