Home | History | Annotate | Download | only in libusb

Lines Matching defs:libusb_handle_events_timeout

597  * libusb_handle_events_timeout() in non-blocking mode.
603 * needs to call libusb_handle_events_timeout() in non-blocking mode when
624 libusb_handle_events_timeout(ctx, &zero_tv);
626 libusb_handle_events_timeout(ctx, &zero_tv);
659 libusb_handle_events_timeout(ctx, &zero_tv);
744 libusb_handle_events_timeout(ctx, &zero_tv);
843 libusb_handle_events_timeout(ctx, &zero_tv);
937 * libusb_handle_events_timeout() that you can call while holding the
938 * events lock. libusb_handle_events_timeout() itself implements similar
2158 int API_EXPORTED libusb_handle_events_timeout(libusb_context *ctx,
2292 * When the timeout has expired, call into libusb_handle_events_timeout()
2297 * so you should call libusb_handle_events_timeout() or similar immediately.