Home
last modified time | relevance | path

Searched defs:m_timeout (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp76 Timeout<std::ratio<1>> m_timeout = std::nullopt; member
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h467 Timeout<std::micro> m_timeout = default_timeout; global() variable
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1754 Timeout<std::micro> m_timeout = std::chrono::seconds(10); global() member in CommandObjectPlatformShell::CommandOptions