Lines Matching defs:libusb_handle_events_timeout
593 * libusb_handle_events_timeout() in non-blocking mode.
599 * needs to call libusb_handle_events_timeout() in non-blocking mode when
620 libusb_handle_events_timeout(ctx, 0);
622 libusb_handle_events_timeout(ctx, 0);
655 libusb_handle_events_timeout(ctx, 0);
740 libusb_handle_events_timeout(ctx, 0);
798 libusb_handle_events_timeout(ctx, 0);
892 * libusb_handle_events_timeout() that you can call while holding the
893 * events lock. libusb_handle_events_timeout() itself implements similar
1922 API_EXPORTED int libusb_handle_events_timeout(libusb_context *ctx,
1971 * for control over the timeout, use libusb_handle_events_timeout() instead.
1981 return libusb_handle_events_timeout(ctx, &tv);
2068 * When the timeout has expired, call into libusb_handle_events_timeout()
2073 * so you should call libusb_handle_events_timeout() or similar immediately.