Home | History | Annotate | Download | only in test

Lines Matching full:loop

4 static DBusLoop *loop;
19 _dbus_loop_quit (loop);
142 loop = _dbus_loop_new ();
143 if (loop == NULL)
146 if (!test_connection_setup (loop, connection))
178 _dbus_verbose ("*** Test service entering main loop\n");
179 _dbus_loop_run (loop);
181 test_connection_shutdown (loop, connection);
187 _dbus_loop_unref (loop);
188 loop = NULL;