Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp367 std::chrono::milliseconds polling_interval = std::chrono::milliseconds(1); in AttachWaitProcess() local
427 LLDB_LOG(log, "sleep {0} seconds", polling_interval); in AttachWaitProcess()
428 std::this_thread::sleep_for(polling_interval); in AttachWaitProcess()