Home
last modified time | relevance | path

Searched refs:mutex_new (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-threads.c73 else if (thread_functions.mutex_new) in _dbus_mutex_new()
74 return (* thread_functions.mutex_new) (); in _dbus_mutex_new()
578 functions->mutex_new && in dbus_threads_init()
620 thread_functions.mutex_new = functions->mutex_new; in dbus_threads_init()
Ddbus-threads.h165 DBusMutexNewFunction mutex_new; /**< Function to create a mutex; optional and deprecated. */ member