Home | History | Annotate | Download | only in MacOSX-Kernel

Lines Matching refs:timeout_usec

222 CommunicationKDP::WaitForPacketWithTimeoutMicroSeconds (DataExtractor &packet, uint32_t timeout_usec)
225 return WaitForPacketWithTimeoutMicroSecondsNoLock (packet, timeout_usec);
229 CommunicationKDP::WaitForPacketWithTimeoutMicroSecondsNoLock (DataExtractor &packet, uint32_t timeout_usec)
244 size_t bytes_read = Read (buffer, sizeof(buffer), timeout_usec, status, &error);
247 log->Printf ("%s: Read (buffer, (sizeof(buffer), timeout_usec = 0x%x, status = %s, error = %s) => bytes_read = %" PRIu64,
249 timeout_usec,