epfd              181 plugin/ipc/event/eventwrappers.cpp extern "C" int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event)
epfd              184 plugin/ipc/event/eventwrappers.cpp   int ret = _real_epoll_ctl(epfd, op, fd, event);
epfd              188 plugin/ipc/event/eventwrappers.cpp       (EpollConnection*) EventConnList::instance().getConnection(epfd);
epfd              195 plugin/ipc/event/eventwrappers.cpp extern "C" int epoll_wait(int epfd, struct epoll_event *events, int maxevents,
epfd              206 plugin/ipc/event/eventwrappers.cpp     readyFds = _real_epoll_wait(epfd, events, maxevents, timeout);
epfd              218 plugin/ipc/event/eventwrappers.cpp     readyFds = _real_epoll_wait(epfd, events, maxevents, mytime);