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 637 _dbus_atomic_dec (&n_blocks_outstanding);
651 _dbus_atomic_dec (&n_blocks_outstanding);
dbus-pending-call.c 436 old_refcount = _dbus_atomic_dec (&pending->refcount);
552 last_unref = (_dbus_atomic_dec (&pending->refcount) == 1);
dbus-server.c 467 last_unref = (_dbus_atomic_dec (&server->refcount) == 1);
706 last_unref = (_dbus_atomic_dec (&server->refcount) == 1);
    [all...]
dbus-sysdeps.h 244 dbus_int32_t _dbus_atomic_dec (DBusAtomic *atomic);
dbus-connection.c 355 if (_dbus_atomic_dec (&filter->refcount) == 1)
    [all...]
dbus-object-tree.c 1016 if (_dbus_atomic_dec (&subtree->refcount) == 1)
    [all...]
dbus-sysdeps-win.c 2888 _dbus_atomic_dec (DBusAtomic *atomic) function
    [all...]
dbus-message.c     [all...]
dbus-sysdeps-unix.c 2376 _dbus_atomic_dec (DBusAtomic *atomic) function
    [all...]

Completed in 85 milliseconds