HomeSort by relevance Sort by last modified time
    Searched refs:condvar_free (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-threads.h 171 DBusCondVarFreeFunction condvar_free; /**< Function to free a condition variable */ member in struct:__anon1581
dbus-threads.c 222 if (cond && thread_functions.condvar_free)
223 (* thread_functions.condvar_free) (cond);
562 _dbus_assert (functions->condvar_free != NULL);
623 thread_functions.condvar_free = functions->condvar_free;

Completed in 23 milliseconds