HomeSort by relevance Sort by last modified time
    Searched refs:num_ready (Results 1 - 6 of 6) sorted by null

  /external/netperf/src/
netserver.c 1216 int num_ready; local
1232 num_ready = select(high_fd + 1,
1234 num_ready = select(1,
1241 if (num_ready < 0) {
1253 while ((num_ready) && (candidate <= high_fd)) {
1257 num_ready--;
    [all...]
  /external/libmicrohttpd/src/microspdy/
daemon.c 478 int num_ready; local
494 num_ready = select (max + 1, &rs, &ws, &es, &timeout);
496 if(num_ready < 1)
  /external/libusb/libusb/
libusbi.h 741 * as a result of the poll() system call. The num_ready parameter
764 struct pollfd *fds, nfds_t nfds, int num_ready);
  /external/libusb/libusb/os/
darwin_usb.c     [all...]
linux_usbfs.c     [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c 898 int num_ready; local
997 num_ready = MHD_SYS_select_ (max + 1, &rs, &ws, NULL, tvp);
998 if (num_ready < 0)
2337 int num_ready; local
    [all...]

Completed in 1608 milliseconds