Searched defs:num_ready (Results 1 - 2 of 2) sorted by relevance

/external/libusb/libusb/os/
H A Ddarwin_usb.c1384 static int op_handle_events(struct libusb_context *ctx, struct pollfd *fds, nfds_t nfds, int num_ready) { argument
1392 for (i = 0; i < nfds && num_ready > 0; i++) {
1402 num_ready--;
H A Dlinux_usbfs.c2102 struct pollfd *fds, nfds_t nfds, int num_ready)
2108 for (i = 0; i < nfds && num_ready > 0; i++) {
2116 num_ready--;
2101 op_handle_events(struct libusb_context *ctx, struct pollfd *fds, nfds_t nfds, int num_ready) argument

Completed in 49 milliseconds