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

  /external/chromium_org/sandbox/linux/tests/
unit_tests.cc 190 int poll_timeout = GetSubProcessTimeoutTimeInSeconds() * 2 * 1000; local
191 while ((poll_ret = poll(&poll_fd, 1, poll_timeout) > 0)) {
  /external/chromium_org/third_party/libusb/src/libusb/
io.c 2112 struct timeval poll_timeout; local
2249 struct timeval poll_timeout; local
    [all...]
  /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 387 milliseconds