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

  /external/chromium/net/tools/flip_server/
epoll_server.h 62 class EpollCallbackInterface {
112 virtual ~EpollCallbackInterface() {}
115 EpollCallbackInterface() {}
124 typedef EpollCallbackInterface CB;
162 // cb - an instance of a subclass of EpollCallbackInterface
175 // cb - an instance of a subclass of EpollCallbackInterface
185 // cb - an instance of a subclass of EpollCallbackInterface
195 // cb - an instance of a subclass of EpollCallbackInterface
321 // Since the ready list invokes EpollCallbackInterface::OnEvent, only fds
537 CBAndEventMask(EpollCallbackInterface* cb
    [all...]
flip_in_mem_edsm_server.cc 70 using net::EpollCallbackInterface;
706 class SMServerConnection: public EpollCallbackInterface,
833 // the following are from the EpollCallbackInterface
    [all...]
epoll_server.cc 62 class ReadPipeCallback : public EpollCallbackInterface {

Completed in 470 milliseconds