Home | History | Annotate | Download | only in bus

Lines Matching defs:timeout

33 #include <dbus/dbus-timeout.h>
57 DBusTimeout *expire_timeout; /**< Timeout for expiring incomplete connections. */
241 _dbus_assert_not_reached ("setting timeout functions to NULL failed");
327 connection_timeout_callback (DBusTimeout *timeout,
333 dbus_timeout_handle (timeout);
337 add_connection_timeout (DBusTimeout *timeout,
343 timeout, connection_timeout_callback, connection, NULL);
347 remove_connection_timeout (DBusTimeout *timeout,
353 timeout, connection_timeout_callback, connection);
413 call_timeout_callback (DBusTimeout *timeout,
417 dbus_timeout_handle (timeout);
633 * expired connections if possible, and to queue the timeout for our
676 _dbus_assert_not_reached ("setting timeout functions to NULL failed");
767 /* note that this may remove the timeout */
1320 /* See if we can remove the timeout */
1417 errmsg = "Message did not receive a reply (timeout by message bus)";
1524 bus_expire_timeout_set_interval (connections->pending_replies->timeout,