OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_unref
(Results
1 - 4
of
4
) sorted by null
/external/dbus/dbus/
dbus-server.c
457
dbus_bool_t
last_unref
;
local
467
last_unref
= (_dbus_atomic_dec (&server->refcount) == 1);
472
last_unref
= (server->refcount.value == 0);
475
if (
last_unref
)
698
dbus_bool_t
last_unref
;
local
706
last_unref
= (_dbus_atomic_dec (&server->refcount) == 1);
713
last_unref
= (server->refcount.value == 0);
718
if (
last_unref
)
[
all
...]
dbus-pending-call.c
434
dbus_bool_t
last_unref
;
local
439
last_unref
= pending->refcount.value == 0;
442
if (
last_unref
)
560
dbus_bool_t
last_unref
;
local
568
last_unref
= (_dbus_atomic_dec (&pending->refcount) == 1);
573
last_unref
= pending->refcount.value == 0;
577
if (
last_unref
)
dbus-connection.c
1422
dbus_bool_t
last_unref
;
local
2789
dbus_bool_t
last_unref
;
local
[
all
...]
/external/bluetooth/glib/gobject/
ChangeLog
[
all
...]
Completed in 5739 milliseconds