Searched refs:port_future (Results 1 – 1 of 1) sorted by relevance
1039 std::future<uint16_t> port_future = m_port_promise.get_future(); in StartDebugserverProcess() local1040 uint16_t port_ = port_future.wait_for(std::chrono::seconds(10)) == in StartDebugserverProcess()1042 ? port_future.get() in StartDebugserverProcess()