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

  /external/dbus/dbus/
dbus-threads.h 178 DBusRecursiveMutexFreeFunction recursive_mutex_free; /**< Function to free a recursive mutex */ member in struct:__anon6070
dbus-threads.c 114 if (mutex && thread_functions.recursive_mutex_free)
115 (* thread_functions.recursive_mutex_free) (mutex);
589 functions->recursive_mutex_free &&
636 thread_functions.recursive_mutex_free = functions->recursive_mutex_free;

Completed in 202 milliseconds