Searched refs:g_static_rw_lock_reader_unlock (Results 1 – 7 of 7) sorted by relevance
254 g_static_rw_lock_reader_unlock (&test_g_static_rw_lock_lock); in test_g_static_rw_lock_thread()
299 void g_static_rw_lock_reader_unlock (GStaticRWLock* lock);
848 g_static_rw_lock_reader_unlock (GStaticRWLock* lock) in g_static_rw_lock_reader_unlock() function
3099 #undef g_static_rw_lock_reader_unlock 3100 extern __typeof (g_static_rw_lock_reader_unlock) g_static_rw_lock_reader_unlock __attribute((alias(…
3088 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
600 g_static_rw_lock_reader_unlock
109 …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)