Home
last modified time | relevance | path

Searched refs:g_static_private_get (Results 1 – 14 of 14) sorted by relevance

/external/bluetooth/glib/gio/
Dgcancellable.c254 l = g_static_private_get (&current_cancellable); in g_cancellable_push_current()
271 l = g_static_private_get (&current_cancellable); in g_cancellable_pop_current()
293 l = g_static_private_get (&current_cancellable); in g_cancellable_get_current()
/external/bluetooth/glib/tests/
Dthread-test.c145 private1 = g_static_private_get (&test_g_static_private_private1); in test_g_static_private_thread()
153 private2 = g_static_private_get (&test_g_static_private_private2); in test_g_static_private_thread()
175 private2 = g_static_private_get (&test_g_static_private_private2); in test_g_static_private_thread()
/external/webkit/Source/JavaScriptCore/wtf/
DThreadSpecific.h195 Data* data = static_cast<Data*>(g_static_private_get(&m_key)); in get()
/external/bluetooth/glib/glib/
Dgthread.h256 gpointer g_static_private_get (GStaticPrivate *private_key);
Dgthread.c420 g_static_private_get (GStaticPrivate *private_key) in g_static_private_get() function
Dgstrfuncs.c1381 msg = g_static_private_get (&msg_private); in g_strerror()
1545 msg = g_static_private_get (&msg_private); in g_strsignal()
Dgutf8.c547 GCharsetCache *cache = g_static_private_get (&cache_private); in g_get_charset()
Dgconvert.c1203 GFilenameCharsetCache *cache = g_static_private_get (&cache_private); in g_get_filename_charsets()
Dgaliasdef.c3057 #undef g_static_private_get
3058 extern __typeof (g_static_private_get) g_static_private_get __attribute((alias("IA__g_static_privat…
Dgutils.c3089 GLanguageNamesCache *cache = g_static_private_get (&cache_private); in g_get_language_names()
Dgmain.c1491 GMainDispatch *dispatch = g_static_private_get (&depth_private); in get_dispatch()
Dgalias.h3046 extern __typeof (g_static_private_get) IA__g_static_private_get __attribute((visibility("hidden")));
3047 #define g_static_private_get IA__g_static_private_get macro
/external/bluetooth/glib/gmodule/
Dgmodule.c604 return g_static_private_get (&module_error_private); in g_module_error()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt625 g_static_private_get