nfds 1692 dmtcp_coordinator.cpp int nfds = epoll_wait(epollFd, events, MAX_EVENTS, -1); nfds 1695 dmtcp_coordinator.cpp if (nfds == -1 && errno == EINTR && timerExpired) { nfds 1701 dmtcp_coordinator.cpp JASSERT(nfds != -1) (JASSERT_ERRNO); nfds 1703 dmtcp_coordinator.cpp for (int n = 0; n < nfds; ++n) { nfds 479 miscwrappers.cpp SYSCALL_GET_ARGS_3(struct pollfd *,fds,nfds_t,nfds,int,timeout); nfds 480 miscwrappers.cpp ret = poll(fds, nfds, timeout); nfds 131 nosyscallsreal.c int _real_select(int nfds, fd_set *readfds, fd_set *writefds, nfds 133 nosyscallsreal.c REAL_FUNC_PASSTHROUGH (select) (nfds,readfds,writefds,exceptfds,timeout); nfds 437 nosyscallsreal.c int _real_poll(struct pollfd *fds, nfds_t nfds, int timeout) { nfds 438 nosyscallsreal.c REAL_FUNC_PASSTHROUGH (poll) (fds, nfds, timeout); nfds 70 plugin/ipc/event/eventwrappers.cpp extern "C" int poll(struct pollfd *fds, nfds_t nfds, int timeout) nfds 75 plugin/ipc/event/eventwrappers.cpp rc = _real_poll(fds, nfds, timeout); nfds 88 plugin/ipc/event/eventwrappers.cpp extern "C" int pselect(int nfds, fd_set *readfds, fd_set *writefds, nfds 95 plugin/ipc/event/eventwrappers.cpp rc = _real_pselect(nfds, readfds, writefds, exceptfds, timeout, sigmask); nfds 107 plugin/ipc/event/eventwrappers.cpp extern "C" int select(int nfds, fd_set *readfds, fd_set *writefds, nfds 113 plugin/ipc/event/eventwrappers.cpp rc = _real_select(nfds, readfds, writefds, exceptfds, timeout); nfds 520 syscallsreal.c int _real_select(int nfds, fd_set *readfds, fd_set *writefds, nfds 522 syscallsreal.c REAL_FUNC_PASSTHROUGH (select) (nfds,readfds,writefds,exceptfds,timeout); nfds 1109 syscallsreal.c int _real_poll(struct pollfd *fds, nfds_t nfds, int timeout) { nfds 1110 syscallsreal.c REAL_FUNC_PASSTHROUGH (poll) (fds, nfds, timeout); nfds 421 syscallwrappers.h int _real_select(int nfds, fd_set *readfds, fd_set *writefds, nfds 443 syscallwrappers.h int _real_poll(struct pollfd *fds, nfds_t nfds, int timeout);