Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/
Dthread-test.c149 g_static_private_set (&test_g_static_private_private1, private1, in test_g_static_private_thread()
157 g_static_private_set (&test_g_static_private_private2, private2, in test_g_static_private_thread()
180 g_static_private_set (&test_g_static_private_private2, private2, in test_g_static_private_thread()
/external/bluetooth/glib/gio/
Dgcancellable.c256 g_static_private_set (&current_cancellable, l, NULL); in g_cancellable_push_current()
277 g_static_private_set (&current_cancellable, l, NULL); in g_cancellable_pop_current()
/external/bluetooth/glib/glib/
Dgthread.h257 void g_static_private_set (GStaticPrivate *private_key,
Dgstrfuncs.c1385 g_static_private_set (&msg_private, msg, g_free); in g_strerror()
1549 g_static_private_set (&msg_private, msg, g_free); in g_strsignal()
Dgthread.c439 g_static_private_set (GStaticPrivate *private_key, in g_static_private_set() function
Dgutf8.c553 g_static_private_set (&cache_private, cache, charset_cache_free); in g_get_charset()
Dgconvert.c1209 g_static_private_set (&cache_private, cache, filename_charset_cache_free); in g_get_filename_charsets()
Dgaliasdef.c3063 #undef g_static_private_set
3064 extern __typeof (g_static_private_set) g_static_private_set __attribute((alias("IA__g_static_privat…
Dgutils.c3095 g_static_private_set (&cache_private, cache, language_names_cache_free); in g_get_language_names()
Dgmain.c1495 g_static_private_set (&depth_private, dispatch, g_main_dispatch_free); in get_dispatch()
Dgalias.h3052 extern __typeof (g_static_private_set) IA__g_static_private_set __attribute((visibility("hidden")));
3053 #define g_static_private_set IA__g_static_private_set macro
/external/bluetooth/glib/gmodule/
Dgmodule.c138 g_static_private_set (&module_error_private, error, g_free); in g_module_set_error_unduped()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt626 g_static_private_set
/external/bluetooth/glib/
DChangeLog.pre-1-271 * gmutex.c (g_static_private_set): invoke destroy notifier when