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 62 DBusList *need_dispatch; member in struct:DBusLoop
250 while (loop->need_dispatch)
252 DBusConnection *connection = _dbus_list_pop_first (&loop->need_dispatch);
467 _dbus_verbose (" %d connections to dispatch\n", _dbus_list_get_length (&loop->need_dispatch));
470 if (loop->need_dispatch == NULL)
474 while (loop->need_dispatch != NULL)
476 DBusConnection *connection = _dbus_list_pop_first (&loop->need_dispatch);
504 if (_dbus_list_append (&loop->need_dispatch, connection))
689 if (!block || loop->need_dispatch != NULL)

Completed in 94 milliseconds