Searched defs:poll_timeout (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/linux/tests/
H A Dunit_tests.cc166 int poll_timeout = GetSubProcessTimeoutTimeInSeconds() * 2 * 1000; local
167 while ((poll_ret = poll(&poll_fd, 1, poll_timeout) > 0)) {
/external/chromium_org/third_party/libusb/src/libusb/
H A Dio.c2112 struct timeval poll_timeout; local
2115 r = get_next_timeout(ctx, tv, &poll_timeout);
2126 r = handle_events(ctx, &poll_timeout);
2148 r = libusb_wait_for_event(ctx, &poll_timeout);
2249 struct timeval poll_timeout; local
2252 r = get_next_timeout(ctx, tv, &poll_timeout);
2258 return handle_events(ctx, &poll_timeout);
/external/libusb/libusb/
H A Dio.c1926 struct timeval poll_timeout; local
1929 r = get_next_timeout(ctx, tv, &poll_timeout);
1938 r = handle_events(ctx, &poll_timeout);
1956 r = libusb_wait_for_event(ctx, &poll_timeout);
2005 struct timeval poll_timeout; local
2008 r = get_next_timeout(ctx, tv, &poll_timeout);
2014 return handle_events(ctx, &poll_timeout);
/external/iproute2/misc/
H A Darpd.c93 int poll_timeout = 30000; variable
621 if ((poll_timeout = 1000 * strtod(optarg, NULL)) < 100) {
818 if (poll(pset, 2, poll_timeout) > 0) {

Completed in 111 milliseconds