Searched refs:GAsyncQueue (Results 1 – 25 of 25) sorted by relevance
36 typedef struct _GAsyncQueue GAsyncQueue; typedef39 GAsyncQueue *g_async_queue_new (void);41 GAsyncQueue *g_async_queue_new_full (GDestroyNotify item_free_func);43 void g_async_queue_lock (GAsyncQueue *queue);45 void g_async_queue_unlock (GAsyncQueue *queue);47 GAsyncQueue *g_async_queue_ref (GAsyncQueue *queue);49 void g_async_queue_unref (GAsyncQueue *queue);52 void g_async_queue_ref_unlocked (GAsyncQueue *queue);55 void g_async_queue_unref_and_unlock (GAsyncQueue *queue);58 void g_async_queue_push (GAsyncQueue *queue,[all …]
118 GAsyncQueue *136 GAsyncQueue *139 GAsyncQueue *queue; in g_async_queue_new_full()141 queue = g_new (GAsyncQueue, 1); in g_async_queue_new_full()161 GAsyncQueue *162 g_async_queue_ref (GAsyncQueue *queue) in g_async_queue_ref()182 g_async_queue_ref_unlocked (GAsyncQueue *queue) in g_async_queue_ref_unlocked()203 g_async_queue_unref_and_unlock (GAsyncQueue *queue) in g_async_queue_unref_and_unlock()223 g_async_queue_unref (GAsyncQueue *queue) in g_async_queue_unref()254 g_async_queue_lock (GAsyncQueue *queue) in g_async_queue_lock()[all …]
25 GMutex *_g_async_queue_get_mutex (GAsyncQueue *queue);
92 GAsyncQueue *queue;111 static GAsyncQueue *unused_thread_queue = NULL;129 static GAsyncQueue *spawn_thread_queue;
45 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GAsyncQueue, g_async_queue_unref)
44 GAsyncQueue *q; in test_async_queue_sort()79 GAsyncQueue *q; in test_async_queue_destroy()97 static GAsyncQueue *q;179 GAsyncQueue *q; in test_async_queue_timed()228 GAsyncQueue *q; in test_async_queue_remove()251 GAsyncQueue *q; in test_async_queue_push_front()
47 g_autoptr(GAsyncQueue) val = g_async_queue_new (); in test_g_async_queue()
131 GAsyncQueue *available_queue;135 GAsyncQueue *pending_queue;139 GAsyncQueue *bitstream_queue;
34 static GAsyncQueue *async_queue = NULL;140 GAsyncQueue *q; in basic_tests()
52 GAsyncQueue *reorder_queue;
85 GAsyncQueue * cur_outframes;
75 GAsyncQueue *event_queue;
142 static GAsyncQueue *queue_input_buf;143 static GAsyncQueue *queue_output_buf;
465 GAsyncQueue *push_queue;466 GAsyncQueue *wait_queue;
228 GAsyncQueue *cancellable_source_queue; /* (owned) (element-type GCancellableSource) */
820 GAsyncQueue *incoming_queue; /* (element-type GDBusMessage) */842 wait_for_filtered_reply (GAsyncQueue *incoming_queue, in wait_for_filtered_reply()
90 static GAsyncQueue *pending_buffers;
179 GAsyncQueue *buffer_queue;180 GAsyncQueue *src_event_queue;181 GAsyncQueue *sink_event_queue;
55 GAsyncQueue *output_queue;
1160 GAsyncQueue
8966 - Avoid an extra allocation in GAsyncQueue (626704)11514 * GAsyncQueue:12330 been added to allow GAsyncQueue to be used as a priority
34942 and there is nothing to pop from GAsyncQueue (this causes deadlock).36689 to pop from GAsyncQueue. If downstream returns error,36690 we need put SHUTDOWN_COOKIE to GAsyncQueue for chain function80140 Use GstDataQueue instead of GAsyncQueue for storing buffers102562 This removes the uses of GAsyncQueue and replaces it with explicit105869 aggregator: Replace GMainContext with GAsyncQueue (v2)105873 it with a GAsyncQueue which is simple to flush and has122863 Then replace GQueue by GAsyncQueue to keep thread safe access to the
14877 This removes the uses of GAsyncQueue and replaces it with explicit14961 aggregator: Replace GMainContext with GAsyncQueue (v2)14965 it with a GAsyncQueue which is simple to flush and has
63284 This removes the uses of GAsyncQueue and replaces it with explicit125964 a GAsyncQueue instead of a GList, so g_list_append() doesn't trample