Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-threads.h181 dbus_bool_t dbus_threads_init (const DBusThreadFunctions *functions);
Ddbus-sysdeps-thread-win.c272 return dbus_threads_init (NULL); in _dbus_threads_init_platform_specific()
Ddbus-sysdeps-pthread.c284 return dbus_threads_init (NULL); in _dbus_threads_init_platform_specific()
Ddbus-threads.c585 dbus_threads_init (const DBusThreadFunctions *functions) in dbus_threads_init() function
/external/dbus/
DNEWS103 · dbus_threads_init() ignores its argument and behaves like
167 • Make dbus_threads_init() use the same built-in threading implementation
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