Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc120 wakeup_gpollfd_(new GPollFD), in MessagePumpForUI()
127 wakeup_gpollfd_->fd = wakeup_pipe_read_; in MessagePumpForUI()
128 wakeup_gpollfd_->events = G_IO_IN; in MessagePumpForUI()
132 g_source_add_poll(work_source_, wakeup_gpollfd_.get()); in MessagePumpForUI()
225 if (wakeup_gpollfd_->revents & G_IO_IN) { in HandleCheck()
H A Dmessage_pump_glib.h137 mozilla::UniquePtr<GPollFD> wakeup_gpollfd_; variable
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc120 wakeup_gpollfd_(new GPollFD), in MessagePumpForUI()
127 wakeup_gpollfd_->fd = wakeup_pipe_read_; in MessagePumpForUI()
128 wakeup_gpollfd_->events = G_IO_IN; in MessagePumpForUI()
132 g_source_add_poll(work_source_, wakeup_gpollfd_.get()); in MessagePumpForUI()
225 if (wakeup_gpollfd_->revents & G_IO_IN) { in HandleCheck()
H A Dmessage_pump_glib.h137 mozilla::UniquePtr<GPollFD> wakeup_gpollfd_; variable
/dports/www/firefox/firefox-99.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc120 wakeup_gpollfd_(new GPollFD), in MessagePumpForUI()
127 wakeup_gpollfd_->fd = wakeup_pipe_read_; in MessagePumpForUI()
128 wakeup_gpollfd_->events = G_IO_IN; in MessagePumpForUI()
132 g_source_add_poll(work_source_, wakeup_gpollfd_.get()); in MessagePumpForUI()
225 if (wakeup_gpollfd_->revents & G_IO_IN) { in HandleCheck()
H A Dmessage_pump_glib.h137 mozilla::UniquePtr<GPollFD> wakeup_gpollfd_; variable
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc120 wakeup_gpollfd_(new GPollFD), in MessagePumpForUI()
127 wakeup_gpollfd_->fd = wakeup_pipe_read_; in MessagePumpForUI()
128 wakeup_gpollfd_->events = G_IO_IN; in MessagePumpForUI()
132 g_source_add_poll(work_source_, wakeup_gpollfd_.get()); in MessagePumpForUI()
225 if (wakeup_gpollfd_->revents & G_IO_IN) { in HandleCheck()
H A Dmessage_pump_glib.h137 mozilla::UniquePtr<GPollFD> wakeup_gpollfd_; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc129 wakeup_gpollfd_(new GPollFD),
136 wakeup_gpollfd_->fd = wakeup_pipe_read_;
137 wakeup_gpollfd_->events = G_IO_IN;
141 g_source_add_poll(work_source_, wakeup_gpollfd_.get());
239 if (wakeup_gpollfd_->revents & G_IO_IN) {
H A Dmessage_pump_glib.h135 mozilla::UniquePtr<GPollFD> wakeup_gpollfd_;
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc120 wakeup_gpollfd_(new GPollFD), in MessagePumpForUI()
127 wakeup_gpollfd_->fd = wakeup_pipe_read_; in MessagePumpForUI()
128 wakeup_gpollfd_->events = G_IO_IN; in MessagePumpForUI()
132 g_source_add_poll(work_source_, wakeup_gpollfd_.get()); in MessagePumpForUI()
225 if (wakeup_gpollfd_->revents & G_IO_IN) { in HandleCheck()
H A Dmessage_pump_glib.h137 mozilla::UniquePtr<GPollFD> wakeup_gpollfd_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/message_loop/
H A Dmessage_pump_glib.cc187 : state_(nullptr), wakeup_gpollfd_(std::make_unique<GPollFD>()) { in MessagePumpGlib()
205 wakeup_gpollfd_->fd = wakeup_pipe_read_; in MessagePumpGlib()
206 wakeup_gpollfd_->events = G_IO_IN; in MessagePumpGlib()
210 g_source_add_poll(work_source_, wakeup_gpollfd_.get()); in MessagePumpGlib()
358 if (wakeup_gpollfd_->revents & G_IO_IN) { in HandleCheck()
H A Dmessage_pump_glib.h132 std::unique_ptr<GPollFD> wakeup_gpollfd_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/message_loop/
H A Dmessage_pump_glib.cc223 wakeup_gpollfd_(new GPollFD) { in MessagePumpGlib()
232 wakeup_gpollfd_->fd = wakeup_pipe_read_; in MessagePumpGlib()
233 wakeup_gpollfd_->events = G_IO_IN; in MessagePumpGlib()
237 g_source_add_poll(work_source_, wakeup_gpollfd_.get()); in MessagePumpGlib()
383 if (wakeup_gpollfd_->revents & G_IO_IN) { in HandleCheck()
H A Dmessage_pump_glib.h131 std::unique_ptr<GPollFD> wakeup_gpollfd_; variable