Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-connection.c72 #define CONNECTION_UNLOCK(connection) do { \ macro
383 CONNECTION_UNLOCK (connection); in _dbus_connection_unlock()
573 CONNECTION_UNLOCK (connection); in dbus_connection_has_messages_to_send()
1051 CONNECTION_UNLOCK (connection); in _dbus_connection_acquire_io_path()
1342 CONNECTION_UNLOCK (connection); in _dbus_connection_new_for_transport()
1349 CONNECTION_UNLOCK (connection); in _dbus_connection_new_for_transport()
1473 CONNECTION_UNLOCK (connection); in _dbus_connection_handle_watch()
1644 CONNECTION_UNLOCK (connection); in connection_lookup_shared()
1855 CONNECTION_UNLOCK (connection); in _dbus_connection_open_internal()
2075 CONNECTION_UNLOCK (connection); in _dbus_connection_send_and_unlock()
[all …]
Ddbus-pending-call.c56 #define CONNECTION_UNLOCK(connection) _dbus_connection_unlock(connection) macro
439 CONNECTION_UNLOCK (pending->connection); in _dbus_pending_call_unref_and_unlock()
490 CONNECTION_UNLOCK (pending->connection); in _dbus_pending_call_set_data_unlocked()
585 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_set_notify()
630 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_get_completed()
658 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_steal_reply()
757 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_set_data()
781 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_get_data()
/external/dbus/
DChangeLog.pre-1-06086 (CONNECTION_LOCK, CONNECTION_UNLOCK): add checks with !DBUS_DISABLE_CHECKS