Home
last modified time | relevance | path

Searched refs:nfds_t (Results 1 – 19 of 19) sorted by relevance

/external/fio/os/windows/posix/include/sys/
Dpoll.h4 typedef int nfds_t; typedef
13 int poll(struct pollfd fds[], nfds_t nfds, int timeout);
/external/dhcpcd-6.8.2/compat/
Dpselect.c39 pollts(struct pollfd *__restrict fds, nfds_t nfds, in pollts()
43 nfds_t n; in pollts()
Dpollts.h36 pollts(struct pollfd *__restrict, nfds_t, const struct timespec *__restrict,
Dpollts.c42 pollts(struct pollfd *__restrict fds, nfds_t nfds, in pollts()
/external/libmicrohttpd/src/examples/
Dmhd2spdy_spdy.h76 nfds_t *real_size);
85 nfds_t *real_size);
Dmhd2spdy.c77 nfds_t spdy_npollfds = 1; in run_everything()
Dmhd2spdy_spdy.c988 nfds_t *real_size) in spdy_get_selectfdset()
/external/dhcpcd-6.8.2/
Deloop.c588 n = pollts(ctx->fds, (nfds_t)ctx->events_len, tsp, in eloop_start()
591 n = poll(ctx->fds, (nfds_t)ctx->events_len, timeout); in eloop_start()
/external/libusb/libusb/
Dlibusbi.h764 struct pollfd *fds, nfds_t nfds, int num_ready);
Dio.c1780 nfds_t nfds = 0; in handle_events()
/external/libmicrohttpd/src/testspdy/
Dtest_notls.c612 nfds_t npollfds = 1; in fetch_uri()
Dtest_request_response.c650 nfds_t npollfds = 1; in fetch_uri()
Dtest_new_connection.c662 nfds_t npollfds = 1; in fetch_uri()
/external/fio/os/windows/
Dposix.c736 int poll(struct pollfd fds[], nfds_t nfds, int timeout) in poll()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc1050 CHECK_TYPE_SIZE(nfds_t);
/external/compiler-rt/lib/dfsan/
Ddfsan_custom.cc677 int __dfsw_poll(struct pollfd *fds, nfds_t nfds, int timeout, in __dfsw_poll()
/external/valgrind/include/vki/
Dvki-solaris.h641 #define vki_nfds_t nfds_t
/external/libusb/libusb/os/
Ddarwin_usb.c1384 static int op_handle_events(struct libusb_context *ctx, struct pollfd *fds, nfds_t nfds, int num_re… in op_handle_events()
Dlinux_usbfs.c2102 struct pollfd *fds, nfds_t nfds, int num_ready) in op_handle_events()