Home
last modified time | relevance | path

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

/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/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/adhd/cras/src/common/
Dcras_util.c173 int cras_poll(struct pollfd *fds, nfds_t nfds, struct timespec *timeout, in cras_poll()
179 nfds_t i; in cras_poll()
Dcras_util.h210 int cras_poll(struct pollfd *fds, nfds_t nfds, struct timespec *timeout,
/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/grpc-grpc/test/core/iomgr/
Dwakeup_fd_cv_test.cc35 nfds_t nfds;
59 int mock_poll(struct pollfd* fds, nfds_t nfds, int timeout) { in mock_poll()
/external/grpc-grpc/src/core/lib/iomgr/
Dev_posix.cc65 int aix_poll(struct pollfd fds[], nfds_t nfds, int timeout) { in aix_poll()
88 int dummy_poll(struct pollfd fds[], nfds_t nfds, int timeout) { in dummy_poll()
Dev_posix.h178 typedef int (*grpc_poll_function_type)(struct pollfd*, nfds_t, int);
Dev_poll_posix.cc272 nfds_t nfds;
287 nfds_t nfds;
1012 nfds_t pfd_count;
1403 static poll_args* get_poller_locked(struct pollfd* fds, nfds_t count) {
1613 static int cvfd_poll(struct pollfd* fds, nfds_t nfds, int timeout) {
1624 nfds_t nsockfds = 0;
/external/grpc-grpc/test/cpp/end2end/
Dnonblocking_test.cc47 int maybe_assert_non_blocking_poll(struct pollfd* pfds, nfds_t nfds, in maybe_assert_non_blocking_poll()
/external/perfetto/src/base/
Dunix_task_runner.cc57 &poll_fds_[0], static_cast<nfds_t>(poll_fds_.size()), poll_timeout_ms)); in Run()
/external/v4l2_codec2/vda/
Dv4l2_device.cc144 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/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);