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