Searched defs:nfds (Results 1 – 6 of 6) sorted by relevance
145 int nfds = std::max(notification_listen_fd_, max_read_fd); in ThreadRoutine() local
190 int nfds = notification_listen_fd_; in setUpFileDescriptorSet() local237 int nfds = setUpFileDescriptorSet(read_fds); in ThreadRoutine() local
38 static int nfds; variable
118 StatusOr<int> ppoll(pollfd* fds, nfds_t nfds, double timeout) const override { in ppoll()
575 static __inline__ int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()
564 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()