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

  /external/dbus/dbus/
dbus-threads.h 177 DBusRecursiveMutexNewFunction recursive_mutex_new; /**< Function to create a recursive mutex */ member in struct:__anon6070
dbus-threads.c 71 if (thread_functions.recursive_mutex_new)
72 return (* thread_functions.recursive_mutex_new) ();
588 functions->recursive_mutex_new &&
633 thread_functions.recursive_mutex_new = functions->recursive_mutex_new;

Completed in 187 milliseconds