Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp79 return m_opaque_ap->GetOneThreadTimeout() ? m_opaque_ap->GetOneThreadTimeout()->count() : 0; in GetOneThreadTimeoutInMicroSeconds()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4759 return options.GetOneThreadTimeout() ? *options.GetOneThreadTimeout() in GetOneThreadExpressionTimeout()
4764 if (options.GetOneThreadTimeout()) in GetOneThreadExpressionTimeout()
4765 return *options.GetOneThreadTimeout(); in GetOneThreadExpressionTimeout()
4917 if (options.GetOneThreadTimeout() && options.GetTimeout() && in RunThreadPlan()
4918 *options.GetTimeout() < *options.GetOneThreadTimeout()) { in RunThreadPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h311 const Timeout<std::micro> &GetOneThreadTimeout() const { in GetOneThreadTimeout() function