HomeSort by relevance Sort by last modified time
    Searched full:dbus_threads_init (Results 1 - 9 of 9) sorted by null

  /external/dbus/dbus/
dbus-threads.h 40 /** An opaque mutex type provided by the #DBusThreadFunctions implementation installed by dbus_threads_init(). */
42 /** An opaque condition variable type provided by the #DBusThreadFunctions implementation installed by dbus_threads_init(). */
118 * the library to detect older callers of dbus_threads_init() if new possible functions
181 dbus_bool_t dbus_threads_init (const DBusThreadFunctions *functions);
dbus-sysdeps-pthread.c 279 * where dbus_threads_init() has been called and when it hasn't;
284 return dbus_threads_init (NULL);
dbus-threads.c 217 * to dbus_threads_init(), or creates a no-op condition variable
558 * @brief dbus_threads_init() and dbus_threads_init_default()
585 dbus_threads_init (const DBusThreadFunctions *functions) function
dbus-sysdeps-thread-win.c 272 return dbus_threads_init (NULL);
dbus-internals.c 175 * in dbus_threads_init().
184 * in dbus_threads_init().
dbus-memory.c 843 * reverses the effects of dbus_threads_init(). libdbus keeps internal
856 * start over; call dbus_threads_init() again, create new connections,
dbus-connection.c 177 * After calling dbus_threads_init(), #DBusConnection has thread
    [all...]
  /external/dbus/
NEWS 103 · dbus_threads_init() ignores its argument and behaves like
167 ? Make dbus_threads_init() use the same built-in threading implementation
ChangeLog.pre-1-0 813 dbus_threads_init and be used by the dbus mutex functions to
    [all...]

Completed in 117 milliseconds