Home
last modified time | relevance | path

Searched refs:g_async_queue_new (Results 1 – 13 of 13) sorted by relevance

/third_party/glib/glib/tests/
Dasyncqueue.c46 q = g_async_queue_new (); in test_async_queue_sort()
133 q = g_async_queue_new (); in test_async_queue_threads()
184 q = g_async_queue_new (); in test_async_queue_timed()
230 q = g_async_queue_new (); in test_async_queue_remove()
253 q = g_async_queue_new (); in test_async_queue_push_front()
Dautoptr.c47 g_autoptr(GAsyncQueue) val = g_async_queue_new (); in test_g_async_queue()
/third_party/glib/glib/
Dgthreadpool.c574 retval->queue = g_async_queue_new (); in g_thread_pool_new()
586 unused_thread_queue = g_async_queue_new (); in g_thread_pool_new()
618 spawn_thread_queue = g_async_queue_new (); in g_thread_pool_new()
Dgasyncqueue.h39 GAsyncQueue *g_async_queue_new (void);
Dgasyncqueue.c119 g_async_queue_new (void) in g_async_queue_new() function
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare.c606 queue_input_buf = g_async_queue_new (); in main()
607 queue_output_buf = g_async_queue_new (); in main()
/third_party/glib/tests/
Dasyncqueue-test.c190 async_queue = g_async_queue_new (); in main()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpromise.c543 s_q.push_queue = g_async_queue_new (); in GST_START_TEST()
544 s_q.wait_queue = g_async_queue_new (); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvorbistag.c146 pending_buffers = g_async_queue_new (); in start_pipeline()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.c720 nvenc->available_queue = g_async_queue_new (); in gst_nv_base_enc_start()
721 nvenc->pending_queue = g_async_queue_new (); in gst_nv_base_enc_start()
722 nvenc->bitstream_queue = g_async_queue_new (); in gst_nv_base_enc_start()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtdec.c196 vtdec->reorder_queue = g_async_queue_new (); in gst_vtdec_init()
Dvtenc.c685 self->cur_outframes = g_async_queue_new (); in gst_vtenc_start()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1161 g_async_queue_new