Home | History | Annotate | Download | only in message_loop

Lines Matching refs:pump

47       MessagePumpLibevent* pump,
49 pump->OnLibeventNotification(0, EV_WRITE | EV_READ, controller);
87 scoped_ptr<MessagePumpLibevent> pump(new MessagePumpLibevent);
88 ASSERT_DEATH(pump->Quit(), "Check failed: in_run_. "
133 scoped_ptr<MessagePumpLibevent> pump(new MessagePumpLibevent);
137 pump->WatchFileDescriptor(pipefds_[1],
141 OnLibeventNotification(pump.get(), watcher);
158 scoped_ptr<MessagePumpLibevent> pump(new MessagePumpLibevent);
161 pump->WatchFileDescriptor(pipefds_[1],
165 OnLibeventNotification(pump.get(), &watcher);
193 scoped_ptr<MessagePumpLibevent> pump(new MessagePumpLibevent);
196 pump->WatchFileDescriptor(pipefds_[1],
200 OnLibeventNotification(pump.get(), &watcher);