Home | History | Annotate | Download | only in message_loop

Lines Matching refs:pump

26 // struct event_base (of which there is one per message pump), and
93 int fd, MessagePumpLibevent* pump) {
98 pump->WillProcessIOEvent();
100 pump->DidProcessIOEvent();
104 int fd, MessagePumpLibevent* pump) {
106 pump->WillProcessIOEvent();
108 pump->DidProcessIOEvent();
147 // WatchFileDescriptor should be called on the pump thread. It is not
182 // Set current interest mask and message pump for this event.
185 // Tell libevent which message pump this socket will belong to when we add it.
345 MessagePumpLibevent* pump = controller->pump();
346 pump->processed_io_events_ = true;
349 controller->OnFileCanWriteWithoutBlocking(fd, pump);
354 controller->OnFileCanReadWithoutBlocking(fd, pump);