Searched refs:epollfd_ (Results 1 – 2 of 2) sorted by relevance
73 if (epoll_ctl(epollfd_, EPOLL_CTL_ADD, fd, &ev) == -1) { in RegisterEvent()211 nevents = epoll_wait(epollfd_, events, eventct, timeout); in MainLoop()230 epollfd_.reset(epoll_create1(EPOLL_CLOEXEC)); in InitInternal()231 if (epollfd_ == -1) { in InitInternal()
103 android::base::unique_fd epollfd_; variable