Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/
Dthread-test.c254 g_static_rw_lock_reader_unlock (&test_g_static_rw_lock_lock); in test_g_static_rw_lock_thread()
/external/bluetooth/glib/glib/
Dgthread.h299 void g_static_rw_lock_reader_unlock (GStaticRWLock* lock);
Dgthread.c848 g_static_rw_lock_reader_unlock (GStaticRWLock* lock) in g_static_rw_lock_reader_unlock() function
Dgaliasdef.c3099 #undef g_static_rw_lock_reader_unlock
3100 extern __typeof (g_static_rw_lock_reader_unlock) g_static_rw_lock_reader_unlock __attribute((alias(…
Dgalias.h3088 extern __typeof (g_static_rw_lock_reader_unlock) IA__g_static_rw_lock_reader_unlock __attribute((vi…
3089 #define g_static_rw_lock_reader_unlock IA__g_static_rw_lock_reader_unlock macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt600 g_static_rw_lock_reader_unlock
/external/bluetooth/glib/gobject/
Dgtype.c109 …D_UNLOCK(rw_lock) do { g_printerr (G_STRLOC ": readL--\n"); g_static_rw_lock_reader_unlock (rw_lo…
114 #define G_READ_UNLOCK(rw_lock) g_static_rw_lock_reader_unlock (rw_lock)