Home | History | Annotate | Download | only in flip_server

Lines Matching refs:SetFDReady

305   //   the ready list by calling SetFDReady() after calling RegisterFD(). The
310 // OnEvent() (or some function in that call chain) must call SetFDReady
323 // SetFDReady() and SetFDNotReady() will do nothing if the EpollServer
327 // which should be sent to the callback, SetFDReady() requests the caller
330 // passedto SetFDReady() does not affect the actual epoll registration of
332 // SetFDReady() is called again for that fd with a different event_mask,
334 virtual void SetFDReady(int fd, int events_to_fake);