HomeSort by relevance Sort by last modified time
    Searched full:need_dispatch (Results 1 - 1 of 1) sorted by null

  /external/dbus/dbus/
dbus-mainloop.c 63 DBusList *need_dispatch; member in struct:DBusLoop
251 while (loop->need_dispatch)
253 DBusConnection *connection = _dbus_list_pop_first (&loop->need_dispatch);
468 _dbus_verbose (" %d connections to dispatch\n", _dbus_list_get_length (&loop->need_dispatch));
471 if (loop->need_dispatch == NULL)
475 while (loop->need_dispatch != NULL)
477 DBusConnection *connection = _dbus_list_pop_first (&loop->need_dispatch);
505 if (_dbus_list_append (&loop->need_dispatch, connection))
690 if (!block || loop->need_dispatch != NULL)

Completed in 52 milliseconds