Searched refs:nfds_t (Results 1 – 19 of 19) sorted by relevance
/external/openssh/openbsd-compat/ |
D | bsd-poll.h | 40 typedef unsigned int nfds_t; typedef 59 int poll(struct pollfd *, nfds_t, int);
|
D | bsd-poll.c | 41 poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() 43 nfds_t i; in poll()
|
/external/libusb/ |
D | configure.ac | 141 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/ |
D | config.h | 22 #define POLL_NFDS_TYPE nfds_t
|
/external/adhd/cras/src/common/ |
D | cras_util.c | 173 int cras_poll(struct pollfd *fds, nfds_t nfds, struct timespec *timeout, in cras_poll() 179 nfds_t i; in cras_poll()
|
D | cras_util.h | 210 int cras_poll(struct pollfd *fds, nfds_t nfds, struct timespec *timeout,
|
/external/libusb/android/ |
D | config.h | 42 #define POLL_NFDS_TYPE nfds_t
|
/external/libusb/darwin/ |
D | config.h | 125 #define POLL_NFDS_TYPE nfds_t
|
/external/libusb/linux/ |
D | config.h | 126 #define POLL_NFDS_TYPE nfds_t
|
/external/grpc-grpc/test/core/iomgr/ |
D | wakeup_fd_cv_test.cc | 35 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/ |
D | ev_posix.cc | 65 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()
|
D | ev_posix.h | 178 typedef int (*grpc_poll_function_type)(struct pollfd*, nfds_t, int);
|
D | ev_poll_posix.cc | 272 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/ |
D | nonblocking_test.cc | 47 int maybe_assert_non_blocking_poll(struct pollfd* pfds, nfds_t nfds, in maybe_assert_non_blocking_poll()
|
/external/perfetto/src/base/ |
D | unix_task_runner.cc | 57 &poll_fds_[0], static_cast<nfds_t>(poll_fds_.size()), poll_timeout_ms)); in Run()
|
/external/v4l2_codec2/vda/ |
D | v4l2_device.cc | 144 nfds_t nfds; in Poll()
|
/external/libcups/cups/ |
D | http-addrlist.c | 282 result = poll(pfds, (nfds_t)nfds, addrlist ? 100 : remaining > 250 ? 250 : remaining); in httpAddrConnect2()
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cc | 677 int __dfsw_poll(struct pollfd *fds, nfds_t nfds, int timeout, in __dfsw_poll()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 1055 CHECK_TYPE_SIZE(nfds_t);
|