Home
last modified time | relevance | path

Searched refs:nfds_t (Results 1 – 24 of 24) 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/openssh/openbsd-compat/
Dbsd-poll.h40 typedef unsigned int nfds_t; typedef
59 int poll(struct pollfd *, nfds_t, int);
Dbsd-poll.c41 poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()
43 nfds_t i; in poll()
/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/libusb/
Dconfigure.ac141 AC_DEFINE([POLL_NFDS_TYPE],[nfds_t],[type of second poll() argument])
149 AC_CHECK_TYPE([nfds_t],
150 [AC_DEFINE([POLL_NFDS_TYPE],[nfds_t],[type of second poll() argument])],
160 AC_DEFINE([POLL_NFDS_TYPE],[nfds_t],[type of second poll() argument])
168 AC_DEFINE([POLL_NFDS_TYPE],[nfds_t],[type of second poll() argument])
176 AC_DEFINE([POLL_NFDS_TYPE],[nfds_t],[type of second poll() argument])
199 AC_DEFINE([POLL_NFDS_TYPE],[nfds_t],[type of second poll() argument])
/external/libusb/Xcode/
Dconfig.h22 #define POLL_NFDS_TYPE nfds_t
/external/libusb/android/
Dconfig.h42 #define POLL_NFDS_TYPE nfds_t
/external/libusb/darwin/
Dconfig.h125 #define POLL_NFDS_TYPE nfds_t
/external/libusb/linux/
Dconfig.h126 #define POLL_NFDS_TYPE nfds_t
/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/v4l2_codec2/vda/
Dv4l2_device.cc151 nfds_t nfds; in Poll()
/external/libcups/cups/
Dhttp-addrlist.c282 result = poll(pfds, (nfds_t)nfds, addrlist ? 100 : remaining > 250 ? 250 : remaining); in httpAddrConnect2()
/external/libmicrohttpd/src/testspdy/
Dtest_notls.c612 nfds_t npollfds = 1; in fetch_uri()
Dtest_new_connection.c662 nfds_t npollfds = 1; in fetch_uri()
Dtest_request_response.c650 nfds_t npollfds = 1; in fetch_uri()
/external/fio/os/windows/
Dposix.c798 int poll(struct pollfd fds[], nfds_t nfds, int timeout) in poll()
/external/compiler-rt/lib/dfsan/
Ddfsan_custom.cc677 int __dfsw_poll(struct pollfd *fds, nfds_t nfds, int timeout, in __dfsw_poll()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc1055 CHECK_TYPE_SIZE(nfds_t);
/external/valgrind/include/vki/
Dvki-solaris.h706 #define vki_nfds_t nfds_t