Home
last modified time | relevance | path

Searched refs:G_STATIC_REC_MUTEX_INIT (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/tests/
Dthread-test.c51 static GStaticRecMutex test_g_static_rec_mutex_mutex = G_STATIC_REC_MUTEX_INIT;
/external/bluetooth/glib/glib/
Dgthread.h271 #define G_STATIC_REC_MUTEX_INIT { G_STATIC_MUTEX_INIT } macro
Dgthread.c289 static const GStaticRecMutex init_mutex = G_STATIC_REC_MUTEX_INIT; in g_static_rec_mutex_init()
/external/bluetooth/glib/gio/
Dgunionvolumemonitor.c56 static GStaticRecMutex the_volume_monitor_mutex = G_STATIC_REC_MUTEX_INIT;
/external/bluetooth/glib/gmodule/
Dgmodule.c329 static GStaticRecMutex g_module_global_lock = G_STATIC_REC_MUTEX_INIT;
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt585 G_STATIC_REC_MUTEX_INIT
/external/bluetooth/glib/gobject/
Dgtype.c352 static GStaticRecMutex class_init_rec_mutex = G_STATIC_REC_MUTEX_INIT;