Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Host/
H A DAlarm.h88 Duration m_timeout; variable
/llvm-project/lldb/source/API/
H A DSBPlatform.cpp76 Timeout<std::ratio<1>> m_timeout = std::nullopt; member
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h478 Timeout<std::micro> m_timeout = default_timeout; global() variable
/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1662 Timeout<std::micro> m_timeout = std::chrono::seconds(10); member in CommandObjectPlatformShell::CommandOptions