OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dbus_threads_init
(Results
1 - 4
of
4
) 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
190
dbus_bool_t
dbus_threads_init
(const DBusThreadFunctions *functions);
dbus-sysdeps-thread-win.c
275
return
dbus_threads_init
(&windows_functions);
dbus-threads.c
61
* Creates a new mutex using the function supplied to
dbus_threads_init
(),
174
* to
dbus_threads_init
(), or creates a no-op condition variable
487
* @brief
dbus_threads_init
() and dbus_threads_init_default()
512
* The raw
dbus_threads_init
() is only useful if you require a
515
* A possible reason to use
dbus_threads_init
() rather than
519
*
dbus_threads_init
() may be called more than once. The first one
532
* call
dbus_threads_init
() or dbus_threads_init_default(), instead
548
dbus_threads_init
(const DBusThreadFunctions *functions)
function
596
"
dbus_threads_init
. Neither sets were passed.");
601
"
dbus_threads_init
. Both sets were passed.
[
all
...]
dbus-sysdeps-pthread.c
363
return
dbus_threads_init
(&pthread_functions);
Completed in 99 milliseconds