HomeSort by relevance Sort by last modified time
    Searched refs:SetFDReady (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/tools/flip_server/
epoll_server.h 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);
    [all...]
sm_connection.cc 65 epoll_server_->SetFDReady(fd_, EPOLLIN | EPOLLOUT);
epoll_server.cc 412 void EpollServer::SetFDReady(int fd, int events_to_fake) {
426 // SetFDReady repeatedly to build up the correct event set as it is more
427 // efficient to call SetFDReady once with the correct, final mask.
695 // enable SetFDReady() to just push new items into the ready_list_.

Completed in 196 milliseconds