/third_party/glib/glib/tests/ |
D | asyncqueue.c | 48 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/ |
D | asyncqueue-test.c | 120 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/ |
D | gstdtmfsrc.c | 490 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()
|
D | gstrtpdtmfsrc.c | 518 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/ |
D | gstpromise.c | 481 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/ |
D | cancellable.c | 305 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()
|
D | gdbus-connection.c | 834 g_async_queue_push (data->incoming_queue, g_object_ref (message)); in filter_func()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/ |
D | sdlshare.c | 364 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/ |
D | gasyncqueue.h | 58 void g_async_queue_push (GAsyncQueue *queue,
|
D | gasyncqueue.c | 287 g_async_queue_push (GAsyncQueue *queue, in g_async_queue_push() function
|
D | gthreadpool.c | 207 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/ |
D | gstnvbaseenc.c | 1231 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/ |
D | vorbistag.c | 135 g_async_queue_push (pending_buffers, gst_buffer_ref (buffer)); in buffer_probe()
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstharness.c | 225 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/ |
D | rtmpconnection.c | 1125 g_async_queue_push (self->output_queue, buffer); in gst_rtmp_connection_queue_message()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | vtenc.c | 1794 g_async_queue_push (self->cur_outframes, frame); in gst_vtenc_enqueue_buffer()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1165 g_async_queue_push
|