HomeSort by relevance Sort by last modified time
    Searched refs:timeout_usec (Results 26 - 31 of 31) sorted by null

12

  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp 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,
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationServer.cpp 82 GDBRemoteCommunicationServer::GetPacketAndSendResponse (uint32_t timeout_usec,
88 if (WaitForPacketWithTimeoutMicroSecondsNoLock (packet, timeout_usec))
GDBRemoteCommunicationClient.cpp 619 uint32_t timeout_usec = 1000; local
620 if (WaitForPacketWithTimeoutMicroSecondsNoLock (extra_stop_reply_packet, timeout_usec))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 1047 int timeout_sec, int timeout_usec)
1062 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec);
1433 int timeout_usec = 0; local
    [all...]
  /external/lldb/source/Target/
Process.cpp     [all...]
  /external/lldb/include/lldb/Target/
Process.h     [all...]

Completed in 131 milliseconds

12