Home
last modified time | relevance | path

Searched defs:_GAsyncQueue (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgasyncqueue.c95 struct _GAsyncQueue struct
97 GMutex mutex;
98 GCond cond;
99 GQueue queue;
100 GDestroyNotify item_free_func;
101 guint waiting_threads;
102 gint ref_count;