Home
last modified time | relevance | path

Searched refs:CONNECTION_LOCK (Results 1 – 3 of 3) sorted by relevance

/external/dbus/dbus/
Ddbus-connection.c66 #define CONNECTION_LOCK(connection) do { \ macro
372 CONNECTION_LOCK (connection); in _dbus_connection_lock()
571 CONNECTION_LOCK (connection); in dbus_connection_has_messages_to_send()
975 CONNECTION_LOCK (connection); in free_pending_call_on_hash_removal()
1026 CONNECTION_LOCK (connection); in _dbus_connection_remove_pending_call()
1105 CONNECTION_LOCK (connection); in _dbus_connection_acquire_io_path()
1338 CONNECTION_LOCK (connection); in _dbus_connection_new_for_transport()
1468 CONNECTION_LOCK (connection); in _dbus_connection_handle_watch()
1631 CONNECTION_LOCK (connection); in connection_lookup_shared()
1845 CONNECTION_LOCK (connection); in _dbus_connection_open_internal()
[all …]
Ddbus-pending-call.c52 #define CONNECTION_LOCK(connection) _dbus_connection_lock(connection) macro
308 CONNECTION_LOCK (pending->connection); in _dbus_pending_call_get_connection_and_lock()
498 CONNECTION_LOCK (pending->connection); in _dbus_pending_call_set_data_unlocked()
576 CONNECTION_LOCK (pending->connection); in dbus_pending_call_set_notify()
628 CONNECTION_LOCK (pending->connection); in dbus_pending_call_get_completed()
653 CONNECTION_LOCK (pending->connection); in dbus_pending_call_steal_reply()
755 CONNECTION_LOCK (pending->connection); in dbus_pending_call_set_data()
777 CONNECTION_LOCK (pending->connection); in dbus_pending_call_get_data()
/external/dbus/
DChangeLog.pre-1-06086 (CONNECTION_LOCK, CONNECTION_UNLOCK): add checks with !DBUS_DISABLE_CHECKS