OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_dbus_atomic_dec
(Results
1 - 10
of
10
) sorted by null
/external/dbus/dbus/
dbus-sysdeps.h
244
dbus_int32_t
_dbus_atomic_dec
(DBusAtomic *atomic);
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-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-unix.c
2376
_dbus_atomic_dec
(DBusAtomic *atomic)
function
[
all
...]
dbus-sysdeps-win.c
2888
_dbus_atomic_dec
(DBusAtomic *atomic)
function
[
all
...]
dbus-message.c
[
all
...]
/external/dbus/
ChangeLog.pre-1-2
[
all
...]
Completed in 1503 milliseconds