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

  /external/bluetooth/glib/tests/
thread-test.c 111 static GStaticPrivate test_g_static_private_private1 = G_STATIC_PRIVATE_INIT;
112 static GStaticPrivate test_g_static_private_private2 = G_STATIC_PRIVATE_INIT;
211 g_static_private_init (&test_g_static_private_private2);
  /external/bluetooth/glib/gio/
gcancellable.c 72 static GStaticPrivate current_cancellable = G_STATIC_PRIVATE_INIT;
  /external/bluetooth/glib/glib/
gthread.h 254 #define G_STATIC_PRIVATE_INIT { 0 }
255 void g_static_private_init (GStaticPrivate *private_key);
gstrfuncs.c 930 static GStaticPrivate msg_private = G_STATIC_PRIVATE_INIT;
    [all...]
gutf8.c 546 static GStaticPrivate cache_private = G_STATIC_PRIVATE_INIT;
    [all...]
gconvert.c     [all...]
gutils.c     [all...]
gmain.c     [all...]
  /external/bluetooth/glib/gmodule/
gmodule.c 94 static GStaticPrivate module_error_private = G_STATIC_PRIVATE_INIT;

Completed in 60 milliseconds