Home | History | Annotate | Download | only in message_loop

Lines Matching defs:pump

28 // struct event_base (of which there is one per message pump), and
92 MessagePumpLibevent* pump) {
102 MessagePumpLibevent* pump) {
143 // WatchFileDescriptor should be called on the pump thread. It is not
178 // Set current interest mask and message pump for this event.
181 // Tell libevent which message pump this socket will belong to when we add it.
325 MessagePumpLibevent* pump = controller->pump();
326 pump->processed_io_events_ = true;
333 controller->OnFileCanWriteWithoutBlocking(fd, pump);
335 controller->OnFileCanReadWithoutBlocking(fd, pump);
339 controller->OnFileCanWriteWithoutBlocking(fd, pump);
341 controller->OnFileCanReadWithoutBlocking(fd, pump);