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()
1492 CONNECTION_UNLOCK (connection); in _dbus_connection_handle_watch()
1663 CONNECTION_UNLOCK (connection); in connection_lookup_shared()
1874 CONNECTION_UNLOCK (connection); in _dbus_connection_open_internal()
2094 CONNECTION_UNLOCK (connection); in _dbus_connection_send_and_unlock()
[all …]
Ddbus-pending-call.c56 #define CONNECTION_UNLOCK(connection) _dbus_connection_unlock(connection) macro
441 CONNECTION_UNLOCK (pending->connection); in _dbus_pending_call_unref_and_unlock()
491 CONNECTION_UNLOCK (pending->connection); in _dbus_pending_call_set_data_unlocked()
545 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_ref()
574 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_unref()
608 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_set_notify()
653 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_get_completed()
681 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_steal_reply()
780 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_set_data()
804 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