Searched refs:watches_for_fds (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-mainloop.c527 WatchCallback **watches_for_fds; local
540 watches_for_fds = NULL;
563 watches_for_fds = dbus_new (WatchCallback*, loop->watch_count);
564 while (watches_for_fds == NULL)
567 watches_for_fds = dbus_new (WatchCallback*, loop->watch_count);
573 watches_for_fds = stack_watches_for_fds;
607 watches_for_fds[n_fds] = wcb;
792 wcb = watches_for_fds[i];
836 if (watches_for_fds)
841 callback_unref (&watches_for_fds[
[all...]

Completed in 460 milliseconds