Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1041 std::future<uint16_t> port_future = m_port_promise.get_future(); in StartDebugserverProcess() local
1042 uint16_t port_ = port_future.wait_for(std::chrono::seconds(10)) == in StartDebugserverProcess()
1044 ? port_future.get() in StartDebugserverProcess()