Lines Matching refs:nfds
146 int nfds;
153 if (loop->nfds == 0) {
244 nfds = pollset_poll(loop->backend_fd,
255 if (nfds == 0) {
269 if (nfds == -1) {
294 loop->watchers[loop->nwatchers + 1] = (void*) (uintptr_t) nfds;
296 for (i = 0; i < nfds; i++) {
352 if (nfds == ARRAY_SIZE(events) && --count != 0) {
1299 uintptr_t nfds;
1306 nfds = (uintptr_t) loop->watchers[loop->nwatchers + 1];
1310 for (i = 0; i < nfds; i++)