HomeSort by relevance Sort by last modified time
    Searched refs:poll_timeout (Results 1 - 2 of 2) sorted by null

  /external/libusb/libusb/
io.c 1926 struct timeval poll_timeout; local
2005 struct timeval poll_timeout; local
    [all...]
  /external/iproute2/misc/
arpd.c 93 int poll_timeout = 30000; variable
621 if ((poll_timeout = 1000 * strtod(optarg, NULL)) < 100) {
818 if (poll(pset, 2, poll_timeout) > 0) {

Completed in 67 milliseconds