Lines Matching refs:EpollEventPoller
29 EpollEventPoller::EpollEventPoller(int timeOut) : timeOut_(timeOut), epollFd_(INVALID_FD), eventFd_(INVALID_FD) {}
31 EpollEventPoller::~EpollEventPoller()
43 bool EpollEventPoller::AddFileDescriptor(int fd,
58 bool EpollEventPoller::RemoveFileDescriptor(int fd)
70 bool EpollEventPoller::AddContextLocked(const EventContextPtr& ctx)
76 bool EpollEventPoller::RemoveContextLocked(const EventContextPtr& ctx)
97 bool EpollEventPoller::UpdateEvent(int op, const EventContextPtr& ctx)
116 void EpollEventPoller::Run()
140 void EpollEventPoller::HandleEvent(uint32_t events, const EventContext& ctx)
153 void EpollEventPoller::OnNotify()
160 bool EpollEventPoller::Notify(uint64_t value)
168 bool EpollEventPoller::Init()
190 PROFILER_LOG_INFO(LOG_CORE, "EpollEventPoller::Init %d done!", state_.load());
195 bool EpollEventPoller::Finalize()
226 bool EpollEventPoller::Start()
241 bool EpollEventPoller::Stop()