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

  /external/chromium_org/net/tools/epoll_server/
epoll_server.h 304 // the ready list by calling SetFDReady() after calling RegisterFD(). The
309 // OnEvent() (or some function in that call chain) must call SetFDReady
322 // SetFDReady() and SetFDNotReady() will do nothing if the EpollServer
326 // which should be sent to the callback, SetFDReady() requests the caller
329 // passedto SetFDReady() does not affect the actual epoll registration of
331 // SetFDReady() is called again for that fd with a different event_mask,
333 virtual void SetFDReady(int fd, int events_to_fake);
    [all...]
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_.
  /external/chromium_org/net/tools/flip_server/
sm_connection.cc 69 epoll_server_->SetFDReady(fd_, EPOLLIN | EPOLLOUT);

Completed in 169 milliseconds