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

/external/chromium/net/tools/flip_server/
H A Depoll_server.cc72 void OnShutdown(EpollServer *eps, int fd) {}
73 void OnRegistration(EpollServer*, int, int) {}
81 EpollServer::EpollServer() function in class:net::EpollServer
112 void EpollServer::CleanupFDToCBMap() {
128 void EpollServer::CleanupTimeToAlarmCBMap() {
146 EpollServer::~EpollServer() {
167 inline void EpollServer::AddToReadyList(CBAndEventMask* cb_and_mask) {
174 inline void EpollServer
[all...]
H A Depoll_server.h32 // within the EpollServer class for more details.
44 class EpollServer;
65 // Called when the callback is registered into a EpollServer.
72 virtual void OnRegistration(EpollServer* eps, int fd, int event_mask) = 0;
91 // parameter for OnEvent to inform the EpollServer whether to put
110 virtual void OnShutdown(EpollServer* eps, int fd) = 0;
121 class EpollServer { class in namespace:net
134 EpollServer();
139 virtual ~EpollServer();
277 // This function is used internally by the EpollServer, bu
[all...]
/external/chromium_org/net/tools/flip_server/
H A Depoll_server.cc73 virtual void OnShutdown(EpollServer *eps, int fd) OVERRIDE {}
74 virtual void OnRegistration(EpollServer*, int, int) OVERRIDE {}
82 EpollServer::EpollServer() function in class:net::EpollServer
113 void EpollServer::CleanupFDToCBMap() {
129 void EpollServer::CleanupTimeToAlarmCBMap() {
147 EpollServer::~EpollServer() {
168 inline void EpollServer::AddToReadyList(CBAndEventMask* cb_and_mask) {
175 inline void EpollServer
[all...]
H A Depoll_server.h29 // within the EpollServer class for more details.
43 class EpollServer;
64 // Called when the callback is registered into a EpollServer.
71 virtual void OnRegistration(EpollServer* eps, int fd, int event_mask) = 0;
90 // parameter for OnEvent to inform the EpollServer whether to put
109 virtual void OnShutdown(EpollServer* eps, int fd) = 0;
120 class EpollServer { class in namespace:net
133 EpollServer();
138 virtual ~EpollServer();
276 // This function is used internally by the EpollServer, bu
[all...]

Completed in 3142 milliseconds