Home
last modified time | relevance | path

Searched refs:HAVE_LOCK_CHECK (Results 1 – 4 of 4) sorted by relevance

/external/dbus/dbus/
Ddbus-connection.c52 #define HAVE_LOCK_CHECK(connection) macro
62 #define HAVE_LOCK_CHECK(connection) _dbus_assert ((connection)->have_connection_lock) macro
556 HAVE_LOCK_CHECK (connection); in _dbus_connection_queue_synthesized_message_link()
582 HAVE_LOCK_CHECK (connection); in _dbus_connection_has_messages_to_send_unlocked()
619 HAVE_LOCK_CHECK (connection); in _dbus_connection_get_message_to_send()
638 HAVE_LOCK_CHECK (connection); in _dbus_connection_message_sent_unlocked()
698 HAVE_LOCK_CHECK (connection); in protected_change_watch()
822 HAVE_LOCK_CHECK (connection); in protected_change_timeout()
930 HAVE_LOCK_CHECK (connection); in _dbus_connection_attach_pending_call_unlocked()
950 HAVE_LOCK_CHECK (connection); in _dbus_connection_attach_pending_call_unlocked()
[all …]
Ddbus-server.c243 HAVE_LOCK_CHECK (server); in protected_change_watch()
291 HAVE_LOCK_CHECK (server); in _dbus_server_add_watch()
307 HAVE_LOCK_CHECK (server); in _dbus_server_remove_watch()
330 HAVE_LOCK_CHECK (server); in _dbus_server_toggle_watch()
360 HAVE_LOCK_CHECK (server); in protected_change_timeout()
462 HAVE_LOCK_CHECK (server); in _dbus_server_ref_unlocked()
484 HAVE_LOCK_CHECK (server); in _dbus_server_unref_unlocked()
Ddbus-server-protected.h146 #define HAVE_LOCK_CHECK(server) macro
156 #define HAVE_LOCK_CHECK(server) _dbus_assert ((server)->have_server_lock) macro
Ddbus-server-socket.c96 HAVE_LOCK_CHECK (server); in handle_new_client_fd_and_unlock()
229 HAVE_LOCK_CHECK (server); in socket_disconnect()
256 HAVE_LOCK_CHECK (server); in socket_disconnect()