Home
last modified time | relevance | path

Searched refs:g_async_queue_push (Results 1 – 17 of 17) sorted by relevance

/third_party/glib/glib/tests/
Dasyncqueue.c48 g_async_queue_push (q, GINT_TO_POINTER (10)); in test_async_queue_sort()
49 g_async_queue_push (q, GINT_TO_POINTER (2)); in test_async_queue_sort()
50 g_async_queue_push (q, GINT_TO_POINTER (7)); in test_async_queue_sort()
85 g_async_queue_push (q, GINT_TO_POINTER (1)); in test_async_queue_destroy()
86 g_async_queue_push (q, GINT_TO_POINTER (1)); in test_async_queue_destroy()
87 g_async_queue_push (q, GINT_TO_POINTER (1)); in test_async_queue_destroy()
88 g_async_queue_push (q, GINT_TO_POINTER (1)); in test_async_queue_destroy()
153 g_async_queue_push (q, GINT_TO_POINTER(-1)); in test_async_queue_threads()
232 g_async_queue_push (q, GINT_TO_POINTER (10)); in test_async_queue_remove()
233 g_async_queue_push (q, GINT_TO_POINTER (2)); in test_async_queue_remove()
[all …]
/third_party/glib/tests/
Dasyncqueue-test.c120 g_async_queue_push (async_queue, GINT_TO_POINTER (id)); in enter_thread()
161 g_async_queue_push (q, GINT_TO_POINTER (1)); in basic_tests()
162 g_async_queue_push (q, GINT_TO_POINTER (2)); in basic_tests()
163 g_async_queue_push (q, GINT_TO_POINTER (3)); in basic_tests()
/third_party/gstreamer/gstplugins_good/gst/dtmf/
Dgstdtmfsrc.c490 g_async_queue_push (dtmfsrc->event_queue, event); in gst_dtmf_src_add_start_event()
503 g_async_queue_push (dtmfsrc->event_queue, event); in gst_dtmf_src_add_stop_event()
685 g_async_queue_push (dtmfsrc->event_queue, event); in gst_dtmf_src_create()
719 g_async_queue_push (dtmfsrc->event_queue, event); in gst_dtmf_src_create()
802 g_async_queue_push (dtmfsrc->event_queue, event); in gst_dtmf_src_unlock()
Dgstrtpdtmfsrc.c518 g_async_queue_push (dtmfsrc->event_queue, event); in gst_rtp_dtmf_src_add_start_event()
528 g_async_queue_push (dtmfsrc->event_queue, event); in gst_rtp_dtmf_src_add_stop_event()
705 g_async_queue_push (dtmfsrc->event_queue, event); in gst_rtp_dtmf_src_create()
748 g_async_queue_push (dtmfsrc->event_queue, event); in gst_rtp_dtmf_src_create()
1126 g_async_queue_push (dtmfsrc->event_queue, event); in gst_rtp_dtmf_src_unlock()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpromise.c481 g_async_queue_push (s_q->wait_queue, item); in _push_random_promise()
482 g_async_queue_push (s_q->push_queue, item); in _push_random_promise()
495 g_async_queue_push (s_q->wait_queue, item); in _push_stop_promise()
496 g_async_queue_push (s_q->push_queue, item); in _push_stop_promise()
/third_party/glib/gio/tests/
Dcancellable.c305 g_async_queue_push (data.cancellable_source_queue, g_steal_pointer (&cancellable_source)); in test_cancellable_source_threaded_dispose()
326 g_async_queue_push (data.cancellable_source_queue, (gpointer) 1); in test_cancellable_source_threaded_dispose()
Dgdbus-connection.c834 g_async_queue_push (data->incoming_queue, g_object_ref (message)); in filter_func()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare.c364 g_async_queue_push (queue_input_buf, vframe); in on_new_sample()
485 g_async_queue_push (queue_output_buf, vframe); in sdl_event_loop()
509 g_async_queue_push (queue_output_buf, vframe); in sdl_event_loop()
/third_party/glib/glib/
Dgasyncqueue.h58 void g_async_queue_push (GAsyncQueue *queue,
Dgasyncqueue.c287 g_async_queue_push (GAsyncQueue *queue, in g_async_queue_push() function
Dgthreadpool.c207 g_async_queue_push (unused_thread_queue, wakeup_thread_marker); in g_thread_pool_wait_for_new_pool()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.c1231 g_async_queue_push (nvenc->available_queue, state_in_queue); in gst_nv_base_enc_bitstream_thread()
1289 g_async_queue_push (nvenc->available_queue, SHUTDOWN_COOKIE); in gst_nv_base_enc_bitstream_thread()
1303 g_async_queue_push (nvenc->available_queue, SHUTDOWN_COOKIE); in gst_nv_base_enc_bitstream_thread()
1369 g_async_queue_push (nvenc->bitstream_queue, SHUTDOWN_COOKIE); in gst_nv_base_enc_stop_bitstream_thread()
1958 g_async_queue_push (nvenc->available_queue, &g_array_index (nvenc->items, in gst_nv_base_enc_set_format()
2362 g_async_queue_push (nvenc->available_queue, state); in _submit_input_buffer()
2369 g_async_queue_push (nvenc->pending_queue, state); in _submit_input_buffer()
2397 g_async_queue_push (nvenc->bitstream_queue, pending_state); in _submit_input_buffer()
2542 g_async_queue_push (nvenc->available_queue, state); in gst_nv_base_enc_handle_frame()
2607 g_async_queue_push (nvenc->bitstream_queue, pending_state); in gst_nv_base_enc_drain_encoder()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvorbistag.c135 g_async_queue_push (pending_buffers, gst_buffer_ref (buffer)); in buffer_probe()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c225 g_async_queue_push (priv->buffer_queue, buffer); in gst_harness_chain()
247 g_async_queue_push (priv->src_event_queue, event); in gst_harness_src_event()
288 g_async_queue_push (priv->sink_event_queue, event); in gst_harness_sink_event()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c1125 g_async_queue_push (self->output_queue, buffer); in gst_rtmp_connection_queue_message()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtenc.c1794 g_async_queue_push (self->cur_outframes, frame); in gst_vtenc_enqueue_buffer()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1165 g_async_queue_push