Home
last modified time | relevance | path

Searched refs:TimeoutInfoSP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanSingleThreadTimeout.h50 using TimeoutInfoSP = variable
60 static void PushNewWithTimeout(Thread &thread, TimeoutInfoSP &info);
64 static void ResumeFromPrevState(Thread &thread, TimeoutInfoSP &info);
84 ThreadPlanSingleThreadTimeout(Thread &thread, TimeoutInfoSP &info);
97 TimeoutInfoSP m_info; // Reference to controlling ThreadPlan's TimeoutInfo.
H A DTimeoutResumeAll.h38 ThreadPlanSingleThreadTimeout::TimeoutInfoSP m_timeout_info;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanSingleThreadTimeout.cpp28 Thread &thread, TimeoutInfoSP &info) in ThreadPlanSingleThreadTimeout()
70 TimeoutInfoSP &info) { in PushNewWithTimeout()
95 TimeoutInfoSP &info) { in ResumeFromPrevState()