Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp26 static const seconds kWakeupInterval(5); variable
60 kWakeupInterval); in SendContinuePacketAndWaitForResponse()
65 computed_timeout = std::min(interrupt_timeout, kWakeupInterval); in SendContinuePacketAndWaitForResponse()
81 computed_timeout = std::min(kWakeupInterval, in SendContinuePacketAndWaitForResponse()