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

  /external/dbus/dbus/
dbus-threads.h 179 DBusRecursiveMutexLockFunction recursive_mutex_lock; /**< Function to lock a recursive mutex */ member in struct:__anon6070
dbus-threads.c 148 if (thread_functions.recursive_mutex_lock)
149 (* thread_functions.recursive_mutex_lock) (mutex);
590 functions->recursive_mutex_lock &&
639 thread_functions.recursive_mutex_lock = functions->recursive_mutex_lock;

Completed in 472 milliseconds