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