Home
last modified time | relevance | path

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

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