Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h300 bool SendSpeedTestPacket(uint32_t send_size, uint32_t recv_size);
H A DGDBRemoteCommunicationClient.cpp2452 if (SendSpeedTestPacket(0, 0)) { in TestPacketSpeed()
2573 bool GDBRemoteCommunicationClient::SendSpeedTestPacket(uint32_t send_size, in SendSpeedTestPacket() function in GDBRemoteCommunicationClient