Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-threads.c72 else if (thread_functions.mutex_new) in _dbus_mutex_new()
73 return (* thread_functions.mutex_new) (); in _dbus_mutex_new()
575 functions->mutex_new && in dbus_threads_init()
617 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
/external/bluetooth/glib/gthread/
Dgthread-impl.c85 GMutex *retval = g_thread_functions_for_glib_use_default.mutex_new (); in g_mutex_new_errorcheck_impl()
273 errorcheck_functions.mutex_new = g_mutex_new_errorcheck_impl; in g_thread_init_with_errorcheck_mutexes()
318 supported = (init->mutex_new && in g_thread_init()
Dgthread-win32.c627 g_thread_functions_for_glib_use_default.mutex_new = in g_thread_impl_init()
/external/bluetooth/glib/glib/
Dgthread.h80 GMutex* (*mutex_new) (void); member
202 #define g_mutex_new() G_THREAD_UF (mutex_new, ())