Searched refs:_dbus_atomic_dec (Results 1 – 11 of 11) sorted by relevance
709 _dbus_atomic_dec (&n_blocks_outstanding); in dbus_free()713 old_value = _dbus_atomic_dec (&n_blocks_outstanding); in dbus_free()728 _dbus_atomic_dec (&n_blocks_outstanding); in dbus_free()732 old_value = _dbus_atomic_dec (&n_blocks_outstanding); in dbus_free()
468 old_refcount = _dbus_atomic_dec (&pending->refcount); in _dbus_pending_call_unref_and_unlock()610 old_refcount = _dbus_atomic_dec (&pending->refcount); in dbus_pending_call_unref()
486 old_refcount = _dbus_atomic_dec (&server->refcount); in _dbus_server_unref_unlocked()709 _dbus_atomic_dec (&server->refcount); in dbus_server_ref()740 old_refcount = _dbus_atomic_dec (&server->refcount); in dbus_server_unref()
249 dbus_int32_t _dbus_atomic_dec (DBusAtomic *atomic);
378 old_value = _dbus_atomic_dec (&filter->refcount); in _dbus_message_filter_unref()1458 old_refcount = _dbus_atomic_dec (&connection->refcount); in _dbus_connection_unref_unlocked()2780 old_refcount = _dbus_atomic_dec (&connection->refcount); in dbus_connection_unref()
1026 old_value = _dbus_atomic_dec (&subtree->refcount); in _dbus_object_subtree_unref()
3107 _dbus_atomic_dec (DBusAtomic *atomic) in _dbus_atomic_dec() function
2486 _dbus_atomic_dec (DBusAtomic *atomic) in _dbus_atomic_dec() function
1620 old_refcount = _dbus_atomic_dec (&message->refcount); in dbus_message_unref()
1870 to here, it's used by _dbus_atomic_inc() and _dbus_atomic_dec().
10408 * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work10472 * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):10503 * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add13308 _dbus_atomic_dec. Only slow fallback implementation at the moment.