Home
last modified time | relevance | path

Searched refs:g_async_queue_pop (Results 1 – 15 of 15) sorted by relevance

/third_party/glib/glib/tests/
Dasyncqueue.c57 g_assert_cmpint (GPOINTER_TO_INT (g_async_queue_pop (q)), ==, 1); in test_async_queue_sort()
58 g_assert_cmpint (GPOINTER_TO_INT (g_async_queue_pop (q)), ==, 2); in test_async_queue_sort()
59 g_assert_cmpint (GPOINTER_TO_INT (g_async_queue_pop (q)), ==, 7); in test_async_queue_sort()
60 g_assert_cmpint (GPOINTER_TO_INT (g_async_queue_pop (q)), ==, 8); in test_async_queue_sort()
61 g_assert_cmpint (GPOINTER_TO_INT (g_async_queue_pop (q)), ==, 10); in test_async_queue_sort()
112 value = GPOINTER_TO_INT (g_async_queue_pop (q)); in thread_func()
239 g_assert_cmpint (GPOINTER_TO_INT (g_async_queue_pop (q)), ==, 10); in test_async_queue_remove()
240 g_assert_cmpint (GPOINTER_TO_INT (g_async_queue_pop (q)), ==, 2); in test_async_queue_remove()
241 g_assert_cmpint (GPOINTER_TO_INT (g_async_queue_pop (q)), ==, 1); in test_async_queue_remove()
261 g_assert_cmpint (GPOINTER_TO_INT (g_async_queue_pop (q)), ==, 1); in test_async_queue_push_front()
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare.c368 vframe = (GstVideoFrame *) g_async_queue_pop (queue_output_buf); in on_new_sample()
494 vframe = (GstVideoFrame *) g_async_queue_pop (queue_input_buf); in sdl_event_loop()
641 (GstVideoFrame *) g_async_queue_pop (queue_input_buf); in main()
648 (GstVideoFrame *) g_async_queue_pop (queue_output_buf); in main()
/third_party/glib/tests/
Dasyncqueue-test.c86 p = g_async_queue_pop (async_queue); in sort_queue()
169 item = g_async_queue_pop (q); in basic_tests()
/third_party/glib/glib/
Dgasyncqueue.h74 gpointer g_async_queue_pop (GAsyncQueue *queue);
Dgasyncqueue.c446 g_async_queue_pop (GAsyncQueue *queue) in g_async_queue_pop() function
Dgthreadpool.c190 pool = g_async_queue_pop (unused_thread_queue); in g_thread_pool_wait_for_new_pool()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpromise.c505 item = g_async_queue_pop (s_q->push_queue); in _pop_promise()
521 item = g_async_queue_pop (s_q->wait_queue); in _wait_promise()
/third_party/glib/gio/tests/
Dcancellable.c250 while ((cancellable_source = g_async_queue_pop (data->cancellable_source_queue)) != (gpointer) 1) in threaded_dispose_thread_cb()
Dgdbus-connection.c847 while ((popped_message = g_async_queue_pop (incoming_queue)) != NULL) in wait_for_filtered_reply()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvorbistag.c153 return GST_BUFFER (g_async_queue_pop (pending_buffers)); in get_buffer()
/third_party/gstreamer/gstplugins_good/gst/dtmf/
Dgstdtmfsrc.c658 event = g_async_queue_pop (dtmfsrc->event_queue); in gst_dtmf_src_create()
Dgstrtpdtmfsrc.c670 event = g_async_queue_pop (dtmfsrc->event_queue); in gst_rtp_dtmf_src_create()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.c1144 state_in_queue = g_async_queue_pop (nvenc->bitstream_queue); in gst_nv_base_enc_bitstream_thread()
2288 *input = g_async_queue_pop (nvenc->available_queue); in _acquire_input_buffer()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1169 g_async_queue_pop
/third_party/gstreamer/gstplugins_bad/
DChangeLog27133 We need to do this without holding the lock as the `g_async_queue_pop`