Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgasyncqueue.h41 GAsyncQueue *g_async_queue_new_full (GDestroyNotify item_free_func);
Dgasyncqueue.c121 return g_async_queue_new_full (NULL); in g_async_queue_new()
137 g_async_queue_new_full (GDestroyNotify item_free_func) in g_async_queue_new_full() function
/third_party/glib/tests/
Dasyncqueue-test.c145 q = g_async_queue_new_full (counting_destroy); in basic_tests()
/third_party/glib/glib/tests/
Dasyncqueue.c81 q = g_async_queue_new_full (destroy_notify); in test_async_queue_destroy()
/third_party/glib/gio/tests/
Dcancellable.c281 data.cancellable_source_queue = g_async_queue_new_full ((GDestroyNotify) g_source_unref); in test_cancellable_source_threaded_dispose()
Dgdbus-connection.c964 data.incoming_queue = g_async_queue_new_full (g_object_unref); in test_connection_filter()
/third_party/libsoup/tests/
Dlibsoup.supp328 fun:g_async_queue_new_full
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c695 priv->buffer_queue = g_async_queue_new_full ( in gst_harness_new_empty()
697 priv->src_event_queue = g_async_queue_new_full ( in gst_harness_new_empty()
699 priv->sink_event_queue = g_async_queue_new_full ( in gst_harness_new_empty()
/third_party/gstreamer/gstplugins_good/gst/dtmf/
Dgstdtmfsrc.c262 dtmfsrc->event_queue = g_async_queue_new_full ((GDestroyNotify) event_free); in gst_dtmf_src_init()
Dgstrtpdtmfsrc.c268 g_async_queue_new_full ((GDestroyNotify) gst_rtp_dtmf_src_event_free); in gst_rtp_dtmf_src_init()
/third_party/glib/
Dglib.supp1054 fun:g_async_queue_new_full
DNEWS11515 - g_async_queue_new_full: new function that allows to specify
11578 367550 Add g_async_queue_new_full() with GDestroyNotify function
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c261 g_async_queue_new_full ((GDestroyNotify) gst_buffer_unref); in gst_rtmp_connection_init()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1162 g_async_queue_new_full