Home | History | Annotate | Download | only in flip_server

Lines Matching refs:eps

67   //   eps - the poll server into which this callback was registered
72 virtual void OnRegistration(EpollServer* eps, int fd, int event_mask) = 0;
110 virtual void OnShutdown(EpollServer* eps, int fd) = 0;
1000 // eps: the epoll server the alarm is registered with.
1002 EpollServer* eps) = 0;
1014 virtual void OnShutdown(EpollServer* eps) = 0;
1040 EpollServer* eps);
1046 virtual void OnShutdown(EpollServer* eps);
1053 const EpollServer* eps() const { return eps_; }