Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp104 return m_opaque_up->GetOneThreadTimeout() in GetOneThreadTimeoutInMicroSeconds()
105 ? m_opaque_up->GetOneThreadTimeout()->count() in GetOneThreadTimeoutInMicroSeconds()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4587 return options.GetOneThreadTimeout() ? *options.GetOneThreadTimeout() in GetOneThreadExpressionTimeout()
4592 if (options.GetOneThreadTimeout()) in GetOneThreadExpressionTimeout()
4593 return *options.GetOneThreadTimeout(); in GetOneThreadExpressionTimeout()
4763 if (options.GetOneThreadTimeout() && options.GetTimeout() && in RunThreadPlan()
4764 *options.GetTimeout() < *options.GetOneThreadTimeout()) { in RunThreadPlan()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h347 const Timeout<std::micro> &GetOneThreadTimeout() const { in GetOneThreadTimeout() function