Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-threads.h190 dbus_bool_t dbus_threads_init (const DBusThreadFunctions *functions);
Ddbus-threads.c548 dbus_threads_init (const DBusThreadFunctions *functions) in dbus_threads_init() function
819 return dbus_threads_init (&fake_functions); in _dbus_threads_init_debug()
Ddbus-sysdeps-thread-win.c275 return dbus_threads_init (&windows_functions); in _dbus_threads_init_platform_specific()
Ddbus-sysdeps-pthread.c372 return dbus_threads_init (&pthread_functions); in _dbus_threads_init_platform_specific()
/external/dbus/
DChangeLog.pre-1-0813 dbus_threads_init and be used by the dbus mutex functions to
1038 * dbus/dbus-threads.c (dbus_threads_init): change the documentation
10205 * dbus/dbus-threads.c (dbus_threads_init): allow calling this