OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recursive_mutex_free
(Results
1 - 2
of
2
) sorted by null
/external/dbus/dbus/
dbus-threads.h
178
DBusRecursiveMutexFreeFunction
recursive_mutex_free
; /**< Function to free a recursive mutex */
member in struct:__anon3248
dbus-threads.c
113
if (mutex && thread_functions.
recursive_mutex_free
)
114
(* thread_functions.
recursive_mutex_free
) (mutex);
586
functions->
recursive_mutex_free
&&
633
thread_functions.
recursive_mutex_free
= functions->
recursive_mutex_free
;
Completed in 90 milliseconds