Lines Matching refs:epollFd_
48 InputHub::InputHub(bool isPluginMonitor) : epollFd_(-1), iNotifyFd_(-1), inputWd_(-1),
63 epollFd_ = epoll_create1(EPOLL_CLOEXEC);
64 if (epollFd_ < 0) {
81 int result = epoll_ctl(epollFd_, EPOLL_CTL_ADD, iNotifyFd_, &eventItem);
96 if (epollFd_ != -1) {
97 ::close(epollFd_);
98 epollFd_ = -1;
484 int pollResult = epoll_wait(epollFd_, mPendingEventItems, EPOLL_MAX_EVENTS, EPOLL_WAITTIME);
1017 if (epoll_ctl(epollFd_, EPOLL_CTL_ADD, fd, &eventItem)) {
1069 if (epoll_ctl(epollFd_, EPOLL_CTL_DEL, fd, nullptr)) {