Searched refs:g_private_set (Results 1 – 18 of 18) sorted by relevance
/third_party/glib/glib/tests/ |
D | private.c | 43 g_private_set (&private, GINT_TO_POINTER(1)); in test_private1() 47 g_private_set (&private, GINT_TO_POINTER(2)); in test_private1() 72 g_private_set (&private2, GINT_TO_POINTER (v)); in private2_func() 97 g_private_set (&private2, GINT_TO_POINTER (234)); in test_private2() 132 g_private_set (&key, (void *) 0x1234); in private3_func()
|
/third_party/glib/glib/ |
D | gthread.c | 543 g_private_set (key, allocated); in g_private_set_alloc0() 814 g_private_set (&g_thread_specific_private, data); in g_thread_proxy() 1047 g_private_set (&g_thread_specific_private, thread); in g_thread_self()
|
D | gthread.h | 221 void g_private_set (GPrivate *key,
|
D | gmessages.c | 1380 g_private_set (&g_log_depth, GUINT_TO_POINTER (depth)); in g_logv() 1413 g_private_set (&g_log_depth, GUINT_TO_POINTER (depth)); in g_logv() 1961 g_private_set (&g_log_structured_depth, GUINT_TO_POINTER (++depth)); in g_log_structured_array() 1966 g_private_set (&g_log_structured_depth, GUINT_TO_POINTER (--depth)); in g_log_structured_array()
|
D | gcharset.c | 713 g_private_set (&cache_private, cache); in g_get_language_names_with_category()
|
D | gthread-win32.c | 363 g_private_set (GPrivate *key, in g_private_set() function
|
D | gthread-posix.c | 1103 g_private_set (GPrivate *key, in g_private_set() function
|
D | gmain.c | 833 g_private_set (&thread_context_stack, stack); in g_main_context_push_thread_default()
|
/third_party/glib/glib/deprecated/ |
D | gthread-deprecated.c | 134 g_private_set, 302 g_private_set (&enumerable_thread_private, thread); in g_enumerable_thread_add() 1400 g_private_set (&static_private_private, array); in g_static_private_set()
|
D | gthread.h | 249 GLIB_DEPRECATED_IN_2_32_FOR(g_private_set)
|
/third_party/glib/gio/ |
D | gcancellable.c | 197 g_private_set (¤t_cancellable, l); in g_cancellable_push_current() 218 g_private_set (¤t_cancellable, l); in g_cancellable_pop_current()
|
D | gtask.c | 1378 g_private_set (&task_private, GUINT_TO_POINTER (TRUE)); in g_task_thread_setup() 1419 g_private_set (&task_private, GUINT_TO_POINTER (FALSE)); in g_task_thread_cleanup()
|
/third_party/gstreamer/gstplugins_bad/ext/srtp/ |
D | gstsrtp.c | 105 g_private_set (¤t_callback, dat); in gst_srtp_init_event_reporter()
|
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gstrusage.c | 210 g_private_set (&thread_stats_key, stats); in do_stats()
|
D | gstlatency.c | 149 g_private_set (&latency_query_stack, g_queue_new ()); in local_latency_query_stack_get()
|
/third_party/glib/ |
D | glib.supp | 574 fun:g_private_set 579 fun:g_private_set
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglcontext.c | 793 g_private_set (¤t_context_key, context); in gst_gl_context_activate() 799 g_private_set (¤t_context_key, NULL); in gst_gl_context_activate()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1027 g_private_set
|