Home | History | Annotate | Download | only in base

Lines Matching refs:pump

25 // struct event_base (of which there is one per message pump), and
94 int fd, MessagePumpLibevent* pump) {
95 pump->WillProcessIOEvent();
97 pump->DidProcessIOEvent();
101 int fd, MessagePumpLibevent* pump) {
102 pump->WillProcessIOEvent();
104 pump->DidProcessIOEvent();
174 // Set current interest mask and message pump for this event.
177 // Tell libevent which message pump this socket will belong to when we add it.
330 MessagePumpLibevent* pump = controller->pump();
333 controller->OnFileCanWriteWithoutBlocking(fd, pump);
336 controller->OnFileCanReadWithoutBlocking(fd, pump);