Searched refs:recursive_mutex_new (Results 1 – 2 of 2) sorted by relevance
71 if (thread_functions.recursive_mutex_new) in _dbus_mutex_new()72 return (* thread_functions.recursive_mutex_new) (); in _dbus_mutex_new()588 functions->recursive_mutex_new && in dbus_threads_init()633 thread_functions.recursive_mutex_new = functions->recursive_mutex_new; in dbus_threads_init()
177 DBusRecursiveMutexNewFunction recursive_mutex_new; /**< Function to create a recursive mutex */ member