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

  /external/bluetooth/glib/tests/
thread-test.c 260 g_static_rw_lock_writer_lock (&test_g_static_rw_lock_lock);
  /external/bluetooth/glib/glib/
gthread.h 300 void g_static_rw_lock_writer_lock (GStaticRWLock* lock);
gthread.c 863 g_static_rw_lock_writer_lock (GStaticRWLock* lock) function
galiasdef.c 3102 #undef g_static_rw_lock_writer_lock macro
    [all...]
galias.h 3092 #define g_static_rw_lock_writer_lock macro
    [all...]
  /external/bluetooth/glib/gobject/
gtype.c 110 #define G_WRITE_LOCK(rw_lock) do { g_printerr (G_STRLOC ": writeL++\n"); g_static_rw_lock_writer_lock (rw_lock); } while (0)
115 #define G_WRITE_LOCK(rw_lock) g_static_rw_lock_writer_lock (rw_lock)
    [all...]

Completed in 59 milliseconds