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

  /external/bluetooth/glib/gio/
gcancellable.c 254 l = g_static_private_get (&current_cancellable);
271 l = g_static_private_get (&current_cancellable);
293 l = g_static_private_get (&current_cancellable);
  /external/bluetooth/glib/tests/
thread-test.c 145 private1 = g_static_private_get (&test_g_static_private_private1);
153 private2 = g_static_private_get (&test_g_static_private_private2);
175 private2 = g_static_private_get (&test_g_static_private_private2);
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadSpecific.h 195 Data* data = static_cast<Data*>(g_static_private_get(&m_key));
  /external/bluetooth/glib/glib/
gthread.h 256 gpointer g_static_private_get (GStaticPrivate *private_key);
gthread.c 420 g_static_private_get (GStaticPrivate *private_key) function
gstrfuncs.c     [all...]
gutf8.c 547 GCharsetCache *cache = g_static_private_get (&cache_private);
    [all...]
gconvert.c     [all...]
galiasdef.c 3057 #undef g_static_private_get macro
    [all...]
gutils.c     [all...]
gmain.c     [all...]
galias.h 3047 #define g_static_private_get macro
    [all...]
  /external/bluetooth/glib/gmodule/
gmodule.c 604 return g_static_private_get (&module_error_private);

Completed in 298 milliseconds