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

  /external/dbus/dbus/
dbus-threads.h 180 DBusRecursiveMutexUnlockFunction recursive_mutex_unlock; /**< Function to unlock a recursive mutex */ member in struct:__anon6070
dbus-threads.c 165 if (thread_functions.recursive_mutex_unlock)
166 (* thread_functions.recursive_mutex_unlock) (mutex);
591 functions->recursive_mutex_unlock;
642 thread_functions.recursive_mutex_unlock = functions->recursive_mutex_unlock;

Completed in 132 milliseconds