Home
last modified time | relevance | path

Searched refs:G_STATIC_RW_LOCK_INIT (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/glib/tests/
Dthread-test.c228 static GStaticRWLock test_g_static_rw_lock_lock = G_STATIC_RW_LOCK_INIT;
/external/bluetooth/glib/glib/
Dgthread.h294 #define G_STATIC_RW_LOCK_INIT { G_STATIC_MUTEX_INIT, NULL, NULL, 0, FALSE, 0, 0 } macro
Dgthread.c786 static const GStaticRWLock init_lock = G_STATIC_RW_LOCK_INIT; in g_static_rw_lock_init()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt596 G_STATIC_RW_LOCK_INIT
/external/bluetooth/glib/gobject/
Dgtype.c351 static GStaticRWLock type_rw_lock = G_STATIC_RW_LOCK_INIT;