OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dbus_shutdown
(Results
1 - 15
of
15
) sorted by null
/external/dbus/test/name-test/
test-shutdown.c
55
dbus_shutdown
();
59
dbus_shutdown
();
63
dbus_shutdown
();
test-privserver-client.c
102
dbus_shutdown
();
106
dbus_shutdown
();
110
dbus_shutdown
();
114
dbus_shutdown
();
/external/dbus/dbus/
dbus-memory.c
695
* time that
dbus_shutdown
() is called, so we can
721
* the next time
dbus_shutdown
() is called.
766
*
dbus_shutdown
() does NOT free memory that was returned
771
* returned to you by libdbus prior to calling
dbus_shutdown
().
774
* that were allocated prior to
dbus_shutdown
(). You can, however,
778
* WARNING:
dbus_shutdown
() is NOT thread safe, it must be called
780
* all D-Bus objects and memory before you call
dbus_shutdown
(), so no
783
* The purpose of
dbus_shutdown
() is to allow applications to get
784
* clean output from memory leak checkers.
dbus_shutdown
() may also be
788
* There is absolutely no requirement to call
dbus_shutdown
() - in fact
798
dbus_shutdown
(void)
function
[
all
...]
dbus-memory.h
59
void
dbus_shutdown
(void);
dbus-test.c
42
dbus_shutdown
();
dbus-userdb.c
358
* is valid until
dbus_shutdown
() is called.
380
* is valid until
dbus_shutdown
() is called.
dbus-threads.c
521
*
dbus_shutdown
() to reset libdbus, which will let you re-init
668
*
dbus_shutdown
() reverses the effects of this function when it
dbus-message-util.c
131
dbus_shutdown
();
[
all
...]
dbus-bus.c
120
_dbus_warn_check_failed ("
dbus_shutdown
() called but connections were still live. This probably means the application did not drop all its references to bus connections.\n");
[
all
...]
/external/dbus/bus/
test-system.c
43
dbus_shutdown
();
test-launch-helper.c
43
dbus_shutdown
();
test-main.c
45
dbus_shutdown
();
/external/dbus/test/
test-shell-service.c
191
dbus_shutdown
();
test-service.c
493
dbus_shutdown
();
/external/dbus/
ChangeLog.pre-1-0
[
all
...]
Completed in 254 milliseconds