Home
last modified time | relevance | path

Searched refs:dbus_threads_init (Results 1 – 4 of 4) sorted by relevance

/external/dbus/dbus/
Ddbus-threads.h189 dbus_bool_t dbus_threads_init (const DBusThreadFunctions *functions);
Ddbus-threads.c545 dbus_threads_init (const DBusThreadFunctions *functions) in dbus_threads_init() function
813 return dbus_threads_init (&fake_functions); in _dbus_threads_init_debug()
Ddbus-sysdeps-pthread.c319 return dbus_threads_init (&pthread_functions); in _dbus_threads_init_platform_specific()
/external/dbus/
DChangeLog887 dbus_threads_init and be used by the dbus mutex functions to
1112 * dbus/dbus-threads.c (dbus_threads_init): change the documentation
10279 * dbus/dbus-threads.c (dbus_threads_init): allow calling this