Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/
Dthread-test.c239 g_static_rw_lock_reader_lock (&test_g_static_rw_lock_lock); in test_g_static_rw_lock_thread()
/external/bluetooth/glib/glib/
Dgthread.h297 void g_static_rw_lock_reader_lock (GStaticRWLock* lock);
Dgthread.c811 g_static_rw_lock_reader_lock (GStaticRWLock* lock) in g_static_rw_lock_reader_lock() function
Dgaliasdef.c3093 #undef g_static_rw_lock_reader_lock
3094 extern __typeof (g_static_rw_lock_reader_lock) g_static_rw_lock_reader_lock __attribute((alias("IA_…
Dgalias.h3082 extern __typeof (g_static_rw_lock_reader_lock) IA__g_static_rw_lock_reader_lock __attribute((visibi…
3083 #define g_static_rw_lock_reader_lock IA__g_static_rw_lock_reader_lock macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt598 g_static_rw_lock_reader_lock
/external/bluetooth/glib/gobject/
Dgtype.c108 …AD_LOCK(rw_lock) do { g_printerr (G_STRLOC ": readL++\n"); g_static_rw_lock_reader_lock (rw_loc…
113 #define G_READ_LOCK(rw_lock) g_static_rw_lock_reader_lock (rw_lock)