Home
last modified time | relevance | path

Searched refs:wakeup_gpollfd_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_pump_glib.cc185 wakeup_gpollfd_(new GPollFD) { in MessagePumpGlib()
194 wakeup_gpollfd_->fd = wakeup_pipe_read_; in MessagePumpGlib()
195 wakeup_gpollfd_->events = G_IO_IN; in MessagePumpGlib()
199 g_source_add_poll(work_source_, wakeup_gpollfd_.get()); in MessagePumpGlib()
239 if (wakeup_gpollfd_->revents & G_IO_IN) { in HandleCheck()
Dmessage_pump_glib.h73 std::unique_ptr<GPollFD> wakeup_gpollfd_; variable