Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgmain.c264 struct _GMainContext struct
269 GMutex mutex;
270 GCond cond;
271 GThread *owner;
272 guint owner_count;
273 GSList *waiters;
275 gint ref_count; /* (atomic) */
277 GHashTable *sources; /* guint -> GSource */
279 GPtrArray *pending_dispatches;
280 gint timeout; /* Timeout for current iteration */
[all …]