Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-connection.c48 #define HAVE_LOCK_CHECK(connection) macro
58 #define HAVE_LOCK_CHECK(connection) _dbus_assert ((connection)->have_connection_lock) macro
507 HAVE_LOCK_CHECK (connection); in _dbus_connection_queue_synthesized_message_link()
530 HAVE_LOCK_CHECK (connection); in _dbus_connection_has_messages_to_send_unlocked()
567 HAVE_LOCK_CHECK (connection); in _dbus_connection_get_message_to_send()
586 HAVE_LOCK_CHECK (connection); in _dbus_connection_message_sent()
649 HAVE_LOCK_CHECK (connection); in protected_change_watch()
770 HAVE_LOCK_CHECK (connection); in protected_change_timeout()
874 HAVE_LOCK_CHECK (connection); in _dbus_connection_attach_pending_call_unlocked()
892 HAVE_LOCK_CHECK (connection); in _dbus_connection_attach_pending_call_unlocked()
[all …]
Ddbus-server.c218 HAVE_LOCK_CHECK (server); in protected_change_watch()
266 HAVE_LOCK_CHECK (server); in _dbus_server_add_watch()
282 HAVE_LOCK_CHECK (server); in _dbus_server_remove_watch()
305 HAVE_LOCK_CHECK (server); in _dbus_server_toggle_watch()
335 HAVE_LOCK_CHECK (server); in protected_change_timeout()
437 HAVE_LOCK_CHECK (server); in _dbus_server_ref_unlocked()
463 HAVE_LOCK_CHECK (server); in _dbus_server_unref_unlocked()
Ddbus-server-protected.h130 #define HAVE_LOCK_CHECK(server) macro
140 #define HAVE_LOCK_CHECK(server) _dbus_assert ((server)->have_server_lock) macro
Ddbus-server-socket.c84 HAVE_LOCK_CHECK (server); in handle_new_client_fd_and_unlock()
203 HAVE_LOCK_CHECK (server); in socket_disconnect()
223 HAVE_LOCK_CHECK (server); in socket_disconnect()