Home
last modified time | relevance | path

Searched refs:GAsyncQueue (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
Dgasyncqueue.h38 typedef struct _GAsyncQueue GAsyncQueue; typedef
43 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 …]
/external/bluetooth/glib/tests/
Dasyncqueue-test.c34 static GAsyncQueue *async_queue = NULL;
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt684 GAsyncQueue
/external/bluetooth/glib/
DNEWS1169 * GAsyncQueue:
1955 been added to allow GAsyncQueue to be used as a priority