Home
last modified time | relevance | path

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

123

/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/rust/crates/nix/src/
Dpoll.rs121 fds.len() as libc::nfds_t, in poll()
141 fds.len() as libc::nfds_t, in ppoll()
/external/tinycompress/
Dcompress_ops.h46 int (*poll) (void *data, struct pollfd *fds, nfds_t nfds,
Dcompress_hw.c54 nfds_t nfds, int timeout) in compress_hw_poll()
/external/tinyalsa/
Dpcm_io.h44 int (*poll) (void *data, struct pollfd *pfd, nfds_t nfds, int timeout);
Dpcm_hw.c79 struct pollfd *pfd, nfds_t nfds, int timeout) in pcm_hw_poll()
/external/tinyalsa_new/src/
Dpcm_io.h46 int (*poll) (void *data, struct pollfd *pfd, nfds_t nfds, int timeout);
Dpcm_hw.c82 struct pollfd *pfd, nfds_t nfds, int timeout) in pcm_hw_poll()
/external/adhd/cras/src/common/
Dcras_util.c178 int cras_poll(struct pollfd *fds, nfds_t nfds, struct timespec *timeout, in cras_poll()
184 nfds_t i; in cras_poll()
Dcras_util.h240 int cras_poll(struct pollfd *fds, nfds_t nfds, struct timespec *timeout,
/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/tinycompress/include/tinycompress/
Dcompress_plugin.h74 struct pollfd *fds, nfds_t nfds, int timeout);
/external/tinyalsa/include/tinyalsa/
Dpcm_plugin.h71 int (*poll) (struct pcm_plugin *plugin, struct pollfd *pfd, nfds_t nfds,
/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/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dev_posix.cc70 int aix_poll(struct pollfd fds[], nfds_t nfds, int timeout) { in aix_poll()
92 int dummy_poll(struct pollfd fds[], nfds_t nfds, int timeout) { in dummy_poll()
Dev_posix.h204 typedef int (*grpc_poll_function_type)(struct pollfd*, nfds_t, int);
/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/libcups/scheduler/
Dselect.c550 nfds = poll(cupsd_pollfds, (nfds_t)count, timeout * 1000); in cupsdDoSelect()
552 nfds = poll(cupsd_pollfds, (nfds_t)count, -1); in cupsdDoSelect()
/external/tinyalsa_new/include/tinyalsa/
Dplugin.h135 int (*poll) (struct pcm_plugin *plugin, struct pollfd *pfd, nfds_t nfds,
/external/libusb/libusb/os/
Devents_posix.c42 typedef nfds_t usbi_nfds_t;
/external/perfetto/src/base/
Dunix_task_runner.cc81 &poll_fds_[0], static_cast<nfds_t>(poll_fds_.size()), poll_timeout_ms)); in Run()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.cpp267 CHECK_TYPE_SIZE(nfds_t);

123