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

  /external/bluetooth/glib/
glibconfig.h 159 struct _GMutex *runtime_mutex; member in struct:_GStaticMutex
170 g_static_mutex_get_mutex_impl_shortcut (&((mutex)->runtime_mutex)))
  /external/bluetooth/glib/glib/
gthread.c 269 GMutex **runtime_mutex; local
273 /* The runtime_mutex is the first (or only) member of GStaticMutex,
278 runtime_mutex = ((GMutex**)mutex);
280 if (*runtime_mutex)
281 g_mutex_free (*runtime_mutex);
283 *runtime_mutex = NULL;

Completed in 283 milliseconds