Searched refs:mutex_new (Results 1 – 5 of 5) sorted by relevance
72 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()
165 DBusMutexNewFunction mutex_new; /**< Function to create a mutex; optional and deprecated. */ member
85 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()
627 g_thread_functions_for_glib_use_default.mutex_new = in g_thread_impl_init()
80 GMutex* (*mutex_new) (void); member202 #define g_mutex_new() G_THREAD_UF (mutex_new, ())