Searched refs:recursive_mutex_unlock (Results 1 – 2 of 2) sorted by relevance
165 if (thread_functions.recursive_mutex_unlock) in _dbus_mutex_unlock()166 (* thread_functions.recursive_mutex_unlock) (mutex); in _dbus_mutex_unlock()591 functions->recursive_mutex_unlock; in dbus_threads_init()642 thread_functions.recursive_mutex_unlock = functions->recursive_mutex_unlock; in dbus_threads_init()
180 …DBusRecursiveMutexUnlockFunction recursive_mutex_unlock; /**< Function to unlock a recursive mutex… member