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:__anon6070
dbus-threads.c 223 if (cond && thread_functions.condvar_free)
224 (* thread_functions.condvar_free) (cond);
565 _dbus_assert (functions->condvar_free != NULL);
626 thread_functions.condvar_free = functions->condvar_free;

Completed in 718 milliseconds