Lines Matching refs:nfds
145 int nfds;
152 if (loop->nfds == 0) {
235 nfds = pollset_poll(loop->backend_fd,
246 if (nfds == 0) {
260 if (nfds == -1) {
285 loop->watchers[loop->nwatchers + 1] = (void*) (uintptr_t) nfds;
287 for (i = 0; i < nfds; i++) {
341 if (nfds == ARRAY_SIZE(events) && --count != 0) {
1283 uintptr_t nfds;
1290 nfds = (uintptr_t) loop->watchers[loop->nwatchers + 1];
1294 for (i = 0; i < nfds; i++)