Searched refs:recursive_mutex_lock (Results 1 – 2 of 2) sorted by relevance
148 if (thread_functions.recursive_mutex_lock) in _dbus_mutex_lock()149 (* thread_functions.recursive_mutex_lock) (mutex); in _dbus_mutex_lock()590 functions->recursive_mutex_lock && in dbus_threads_init()639 thread_functions.recursive_mutex_lock = functions->recursive_mutex_lock; in dbus_threads_init()
179 DBusRecursiveMutexLockFunction recursive_mutex_lock; /**< Function to lock a recursive mutex */ member