Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusprivate.c1772 guint64 pending_writes; in _g_dbus_worker_flush_sync() local
1782 pending_writes = g_queue_get_length (worker->write_queue); in _g_dbus_worker_flush_sync()
1788 pending_writes += 1; in _g_dbus_worker_flush_sync()
1790 if (pending_writes > 0 || in _g_dbus_worker_flush_sync()
1796 data->number_to_wait_for = worker->write_num_messages_written + pending_writes; in _g_dbus_worker_flush_sync()