Searched refs:libusb_handle_events_timeout_completed (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/lib/libusb/
H A Dlibusb10_io.c334 libusb_handle_events_timeout_completed(libusb_context *ctx, function
341 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_handle_events_timeout_completed enter");
357 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_handle_events_timeout_completed exit");
365 return (libusb_handle_events_timeout_completed(ctx, NULL, completed));
371 return (libusb_handle_events_timeout_completed(ctx, tv, NULL));
377 return (libusb_handle_events_timeout_completed(ctx, NULL, NULL));
H A DMakefile101 MLINKS += libusb.3 libusb_handle_events_timeout_completed.3
H A Dlibusb.h441 int libusb_handle_events_timeout_completed(libusb_context * ctx, struct timeval *tv, int *completed);

Completed in 96 milliseconds