Home | History | Annotate | Download | only in libusb

Lines Matching refs:poll_timeout

2093 	struct timeval poll_timeout;
2096 r = get_next_timeout(ctx, tv, &poll_timeout);
2107 r = handle_events(ctx, &poll_timeout);
2129 r = libusb_wait_for_event(ctx, &poll_timeout);
2230 struct timeval poll_timeout;
2233 r = get_next_timeout(ctx, tv, &poll_timeout);
2239 return handle_events(ctx, &poll_timeout);