Searched refs:g_static_private_set (Results 1 – 14 of 14) sorted by relevance
/external/bluetooth/glib/tests/ |
D | thread-test.c | 149 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/ |
D | gcancellable.c | 256 g_static_private_set (¤t_cancellable, l, NULL); in g_cancellable_push_current() 277 g_static_private_set (¤t_cancellable, l, NULL); in g_cancellable_pop_current()
|
/external/bluetooth/glib/glib/ |
D | gthread.h | 257 void g_static_private_set (GStaticPrivate *private_key,
|
D | gstrfuncs.c | 1385 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()
|
D | gthread.c | 439 g_static_private_set (GStaticPrivate *private_key, in g_static_private_set() function
|
D | gutf8.c | 553 g_static_private_set (&cache_private, cache, charset_cache_free); in g_get_charset()
|
D | gconvert.c | 1209 g_static_private_set (&cache_private, cache, filename_charset_cache_free); in g_get_filename_charsets()
|
D | galiasdef.c | 3063 #undef g_static_private_set 3064 extern __typeof (g_static_private_set) g_static_private_set __attribute((alias("IA__g_static_privat…
|
D | gutils.c | 3095 g_static_private_set (&cache_private, cache, language_names_cache_free); in g_get_language_names()
|
D | gmain.c | 1495 g_static_private_set (&depth_private, dispatch, g_main_dispatch_free); in get_dispatch()
|
D | galias.h | 3052 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/ |
D | gmodule.c | 138 g_static_private_set (&module_error_private, error, g_free); in g_module_set_error_unduped()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 626 g_static_private_set
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-1-2 | 71 * gmutex.c (g_static_private_set): invoke destroy notifier when
|