Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-connection.c74 #define CONNECTION_UNLOCK(connection) _dbus_connection_unlock (connection) macro
604 CONNECTION_UNLOCK (connection); in dbus_connection_has_messages_to_send()
1080 CONNECTION_UNLOCK (connection); in _dbus_connection_acquire_io_path()
1372 CONNECTION_UNLOCK (connection); in _dbus_connection_new_for_transport()
1379 CONNECTION_UNLOCK (connection); in _dbus_connection_new_for_transport()
1511 CONNECTION_UNLOCK (connection); in _dbus_connection_handle_watch()
1682 CONNECTION_UNLOCK (connection); in connection_lookup_shared()
1893 CONNECTION_UNLOCK (connection); in _dbus_connection_open_internal()
2094 CONNECTION_UNLOCK (connection); in _dbus_connection_send_and_unlock()
2143 CONNECTION_UNLOCK (connection); in _dbus_connection_close_if_only_one_ref()
[all …]
Ddbus-pending-call.c57 #define CONNECTION_UNLOCK(connection) _dbus_connection_unlock(connection) macro
473 CONNECTION_UNLOCK (pending->connection); in _dbus_pending_call_unref_and_unlock()
524 CONNECTION_UNLOCK (pending->connection); in _dbus_pending_call_set_data_unlocked()
649 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_set_notify()
694 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_get_completed()
722 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_steal_reply()
822 CONNECTION_UNLOCK (pending->connection); in dbus_pending_call_set_data()
846 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