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

  /external/bluetooth/glib/tests/
thread-test.c 51 static GStaticRecMutex test_g_static_rec_mutex_mutex = G_STATIC_REC_MUTEX_INIT;
  /external/bluetooth/glib/gio/
gunionvolumemonitor.c 56 static GStaticRecMutex the_volume_monitor_mutex = G_STATIC_REC_MUTEX_INIT;
  /external/bluetooth/glib/glib/
gthread.h 271 #define G_STATIC_REC_MUTEX_INIT { G_STATIC_MUTEX_INIT }
272 void g_static_rec_mutex_init (GStaticRecMutex *mutex);
gthread.c 287 g_static_rec_mutex_init (GStaticRecMutex *mutex) function
289 static const GStaticRecMutex init_mutex = G_STATIC_REC_MUTEX_INIT;
  /external/bluetooth/glib/gmodule/
gmodule.c 329 static GStaticRecMutex g_module_global_lock = G_STATIC_REC_MUTEX_INIT;
  /external/bluetooth/glib/gobject/
gtype.c 352 static GStaticRecMutex class_init_rec_mutex = G_STATIC_REC_MUTEX_INIT;
    [all...]

Completed in 122 milliseconds