Searched refs:nfds (Results 1 – 2 of 2) sorted by relevance
161 int ppoll_usec(struct pollfd *fds, size_t nfds, usec_t timeout) { in ppoll_usec() argument164 assert(fds || nfds == 0); in ppoll_usec()166 if (nfds == 0) in ppoll_usec()169 r = ppoll(fds, nfds, timeout == USEC_INFINITY ? NULL : TIMESPEC_STORE(timeout), NULL); in ppoll_usec()175 for (size_t i = 0, n = r; i < nfds && n > 0; i++) { in ppoll_usec()
22 int ppoll_usec(struct pollfd *fds, size_t nfds, usec_t timeout);