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

  /external/bluetooth/glib/tests/
thread-test.c 228 static GStaticRWLock test_g_static_rw_lock_lock = G_STATIC_RW_LOCK_INIT;
  /external/bluetooth/glib/glib/
gthread.h 294 #define G_STATIC_RW_LOCK_INIT { G_STATIC_MUTEX_INIT, NULL, NULL, 0, FALSE, 0, 0 }
296 void g_static_rw_lock_init (GStaticRWLock* lock);
gthread.c 784 g_static_rw_lock_init (GStaticRWLock* lock) function
786 static const GStaticRWLock init_lock = G_STATIC_RW_LOCK_INIT;
  /external/bluetooth/glib/gobject/
gtype.c 351 static GStaticRWLock type_rw_lock = G_STATIC_RW_LOCK_INIT;
    [all...]

Completed in 117 milliseconds