Searched refs:nfds_t (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dpoll.h28 typedef unsigned long nfds_t; typedef
36 int poll(struct pollfd*, nfds_t, int);
43 int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
/fuchsia/zircon/third_party/ulib/musl/stubs/
H A Diostubs.c444 static int stub_poll(struct pollfd* fds, nfds_t n, int timeout) {
450 static int stub_ppoll(struct pollfd* fds, nfds_t n, const struct timespec* timeout_ts,
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c1989 int ppoll(struct pollfd* fds, nfds_t n,
2002 nfds_t nvalid = 0;
2006 for (nfds_t i = 0; i < n; i++) {
2054 nfds_t j = 0; // j counts up on a valid entry
2056 for (nfds_t i = 0; i < n; i++) {
2088 int poll(struct pollfd* fds, nfds_t n, int timeout) {

Completed in 85 milliseconds