Searched refs:GAsyncQueue (Results 1 – 4 of 4) sorted by relevance
38 typedef struct _GAsyncQueue GAsyncQueue; typedef43 GAsyncQueue* g_async_queue_new (void);45 GAsyncQueue* g_async_queue_new_full (GDestroyNotify item_free_func);51 void g_async_queue_lock (GAsyncQueue *queue);52 void g_async_queue_unlock (GAsyncQueue *queue);55 GAsyncQueue* g_async_queue_ref (GAsyncQueue *queue);56 void g_async_queue_unref (GAsyncQueue *queue);60 void g_async_queue_ref_unlocked (GAsyncQueue *queue);61 void g_async_queue_unref_and_unlock (GAsyncQueue *queue);65 void g_async_queue_push (GAsyncQueue *queue,[all …]
34 static GAsyncQueue *async_queue = NULL;
684 GAsyncQueue
1169 * GAsyncQueue:1955 been added to allow GAsyncQueue to be used as a priority