Searched refs:epollFd (Results 1 – 1 of 1) sorted by relevance
47 unique_fd epollFd(epoll_create(2)); in MonitorFfs() local48 if (epollFd == -1) { in MonitorFfs()59 if (addEpollFd(epollFd, inotifyFd) == -1) in MonitorFfs()62 if (addEpollFd(epollFd, eventFd) == -1) in MonitorFfs()65 mEpollFd = move(epollFd); in MonitorFfs()