HomeSort by relevance Sort by last modified time
    Searched refs:g_static_rw_lock_reader_lock (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/tests/
thread-test.c 239 g_static_rw_lock_reader_lock (&test_g_static_rw_lock_lock);
  /external/bluetooth/glib/glib/
gthread.h 297 void g_static_rw_lock_reader_lock (GStaticRWLock* lock);
gthread.c 811 g_static_rw_lock_reader_lock (GStaticRWLock* lock) function
galiasdef.c 3093 #undef g_static_rw_lock_reader_lock macro
    [all...]
galias.h 3083 #define g_static_rw_lock_reader_lock macro
    [all...]
  /external/bluetooth/glib/gobject/
gtype.c 108 #define G_READ_LOCK(rw_lock) do { g_printerr (G_STRLOC ": readL++\n"); g_static_rw_lock_reader_lock (rw_lock); } while (0)
113 #define G_READ_LOCK(rw_lock) g_static_rw_lock_reader_lock (rw_lock)
    [all...]

Completed in 202 milliseconds