Home
last modified time | relevance | path

Searched refs:condvar_free (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-threads.c222 if (cond && thread_functions.condvar_free) in _dbus_condvar_free()
223 (* thread_functions.condvar_free) (cond); in _dbus_condvar_free()
562 _dbus_assert (functions->condvar_free != NULL); in dbus_threads_init()
623 thread_functions.condvar_free = functions->condvar_free; in dbus_threads_init()
Ddbus-threads.h171 DBusCondVarFreeFunction condvar_free; /**< Function to free a condition variable */ member