HomeSort by relevance Sort by last modified time
    Searched refs:_dbus_atomic_dec (Results 1 - 9 of 9) sorted by null

  /external/dbus/dbus/
dbus-memory.c 709 _dbus_atomic_dec (&n_blocks_outstanding);
713 old_value = _dbus_atomic_dec (&n_blocks_outstanding);
728 _dbus_atomic_dec (&n_blocks_outstanding);
732 old_value = _dbus_atomic_dec (&n_blocks_outstanding);
dbus-pending-call.c 468 old_refcount = _dbus_atomic_dec (&pending->refcount);
610 old_refcount = _dbus_atomic_dec (&pending->refcount);
dbus-server.c 486 old_refcount = _dbus_atomic_dec (&server->refcount);
709 _dbus_atomic_dec (&server->refcount);
740 old_refcount = _dbus_atomic_dec (&server->refcount);
    [all...]
dbus-sysdeps.h 249 dbus_int32_t _dbus_atomic_dec (DBusAtomic *atomic);
dbus-connection.c 378 old_value = _dbus_atomic_dec (&filter->refcount);
    [all...]
dbus-object-tree.c 1026 old_value = _dbus_atomic_dec (&subtree->refcount);
    [all...]
dbus-message.c     [all...]
dbus-sysdeps-unix.c 2486 _dbus_atomic_dec (DBusAtomic *atomic) function
    [all...]
dbus-sysdeps-win.c 3107 _dbus_atomic_dec (DBusAtomic *atomic) function
    [all...]

Completed in 475 milliseconds