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
153
dbus_shutdown
();
157
dbus_shutdown
();
161
dbus_shutdown
();
165
dbus_shutdown
();
/external/dbus/dbus/
dbus-memory.c
776
* time that
dbus_shutdown
() is called, so we can
802
* the next time
dbus_shutdown
() is called.
847
*
dbus_shutdown
() does NOT free memory that was returned
852
* returned to you by libdbus prior to calling
dbus_shutdown
().
855
* that were allocated prior to
dbus_shutdown
(). You can, however,
859
* WARNING:
dbus_shutdown
() is NOT thread safe, it must be called
861
* all D-Bus objects and memory before you call
dbus_shutdown
(), so no
864
* The purpose of
dbus_shutdown
() is to allow applications to get
865
* clean output from memory leak checkers.
dbus_shutdown
() may also be
869
* There is absolutely no requirement to call
dbus_shutdown
() - in fact
879
dbus_shutdown
(void)
function
[
all
...]
dbus-memory.h
67
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
611
*
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
198
dbus_shutdown
();
test-service.c
500
dbus_shutdown
();
/external/dbus/
ChangeLog.pre-1-0
[
all
...]
Completed in 345 milliseconds