Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h299 bool SendSpeedTestPacket(uint32_t send_size, uint32_t recv_size);
H A DGDBRemoteCommunicationClient.cpp2473 if (SendSpeedTestPacket(0, 0)) { in TestPacketSpeed()
2594 bool GDBRemoteCommunicationClient::SendSpeedTestPacket(uint32_t send_size, in SendSpeedTestPacket() function in GDBRemoteCommunicationClient