Searched refs:g_async_queue_push_sorted (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/glib/tests/ |
D | asyncqueue.c | 54 g_async_queue_push_sorted (q, GINT_TO_POINTER (1), compare_func, NULL); in test_async_queue_sort() 55 g_async_queue_push_sorted (q, GINT_TO_POINTER (8), compare_func, NULL); in test_async_queue_sort()
|
/third_party/glib/glib/ |
D | gasyncqueue.h | 64 void g_async_queue_push_sorted (GAsyncQueue *queue,
|
D | gasyncqueue.c | 340 g_async_queue_push_sorted (GAsyncQueue *queue, in g_async_queue_push_sorted() function
|
/third_party/glib/tests/ |
D | asyncqueue-test.c | 118 g_async_queue_push_sorted (async_queue, GINT_TO_POINTER (id), sort_compare, NULL); in enter_thread()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | vtdec.c | 998 g_async_queue_push_sorted (vtdec->reorder_queue, frame, in gst_vtdec_session_output_callback()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1166 g_async_queue_push_sorted
|
/third_party/glib/ |
D | NEWS | 12329 - g_async_queue_sort(), g_async_queue_push_sorted() have
|