Searched defs:EpollCallbackInterface (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/tools/epoll_server/
H A Depoll_server.h61 class EpollCallbackInterface { class in namespace:net
111 virtual ~EpollCallbackInterface() {}
114 EpollCallbackInterface() {} function in class:net::EpollCallbackInterface
123 typedef EpollCallbackInterface CB;
161 // cb - an instance of a subclass of EpollCallbackInterface
174 // cb - an instance of a subclass of EpollCallbackInterface
184 // cb - an instance of a subclass of EpollCallbackInterface
194 // cb - an instance of a subclass of EpollCallbackInterface
320 // Since the ready list invokes EpollCallbackInterface::OnEvent, only fds
524 CBAndEventMask(EpollCallbackInterface* c
[all...]

Completed in 73 milliseconds