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

  /external/dbus/dbus/
dbus-threads.h 165 DBusMutexNewFunction mutex_new; /**< Function to create a mutex; optional and deprecated. */ member in struct:__anon5500
dbus-threads.c 73 else if (thread_functions.mutex_new)
74 return (* thread_functions.mutex_new) ();
578 functions->mutex_new &&
620 thread_functions.mutex_new = functions->mutex_new;
  /external/bluetooth/glib/gthread/
gthread-impl.c 85 GMutex *retval = g_thread_functions_for_glib_use_default.mutex_new ();
273 errorcheck_functions.mutex_new = g_mutex_new_errorcheck_impl;
318 supported = (init->mutex_new &&
gthread-win32.c 627 g_thread_functions_for_glib_use_default.mutex_new =
  /external/bluetooth/glib/glib/
gthread.h 80 GMutex* (*mutex_new) (void); member in struct:_GThreadFunctions
202 #define g_mutex_new() G_THREAD_UF (mutex_new, ())

Completed in 194 milliseconds