Searched refs:g_static_rw_lock_free (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgthread.h303 void g_static_rw_lock_free (GStaticRWLock* lock);
H A Dgthread.c914 g_static_rw_lock_free (GStaticRWLock* lock) function
H A Dgaliasdef.c3087 #undef g_static_rw_lock_free macro
3088 extern __typeof (g_static_rw_lock_free) g_static_rw_lock_free __attribute((alias("IA__g_static_rw_lock_free"), visibility("default")));
H A Dgalias.h3076 extern __typeof (g_static_rw_lock_free) IA__g_static_rw_lock_free __attribute((visibility("hidden")));
3077 #define g_static_rw_lock_free IA__g_static_rw_lock_free macro

Completed in 226 milliseconds