Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgmain.c356 GSList *child_sources; member
1239 tmp_list = source->priv->child_sources; in g_source_attach_unlocked()
1346 while (source->priv->child_sources) in g_source_destroy_internal()
1347 g_child_source_remove_internal (source->priv->child_sources->data, context); in g_source_destroy_internal()
1578 source->priv->child_sources = g_slist_prepend (source->priv->child_sources, in g_source_add_child_source()
1598 parent_source->priv->child_sources = in g_child_source_remove_internal()
1599 g_slist_remove (parent_source->priv->child_sources, child_source); in g_child_source_remove_internal()
1856 if (source->priv->child_sources) in g_source_set_priority_unlocked()
1858 tmp_list = source->priv->child_sources; in g_source_set_priority_unlocked()
2288 while (source->priv->child_sources) in g_source_unref_internal()
[all …]