Searched refs:GAsyncQueue (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgasyncqueue.h38 typedef struct _GAsyncQueue GAsyncQueue; typedef in typeref:struct:_GAsyncQueue
42 /* Get a new GAsyncQueue with the ref_count 1 */
43 GAsyncQueue* g_async_queue_new (void);
45 GAsyncQueue* g_async_queue_new_full (GDestroyNotify item_free_func);
47 /* Lock and unlock a GAsyncQueue. All functions lock the queue for
51 void g_async_queue_lock (GAsyncQueue *queue);
52 void g_async_queue_unlock (GAsyncQueue *queue);
54 /* Ref and unref the GAsyncQueue. */
55 GAsyncQueue* g_async_queue_ref (GAsyncQueue *queu
[all...]
/external/bluetooth/glib/tests/
H A Dasyncqueue-test.c34 static GAsyncQueue *async_queue = NULL;

Completed in 44 milliseconds