Searched refs:dbus_threads_init (Results 1 – 5 of 5) sorted by relevance
190 dbus_bool_t dbus_threads_init (const DBusThreadFunctions *functions);
548 dbus_threads_init (const DBusThreadFunctions *functions) in dbus_threads_init() function819 return dbus_threads_init (&fake_functions); in _dbus_threads_init_debug()
275 return dbus_threads_init (&windows_functions); in _dbus_threads_init_platform_specific()
372 return dbus_threads_init (&pthread_functions); in _dbus_threads_init_platform_specific()
813 dbus_threads_init and be used by the dbus mutex functions to1038 * dbus/dbus-threads.c (dbus_threads_init): change the documentation10205 * dbus/dbus-threads.c (dbus_threads_init): allow calling this