Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dtimeout.c127 n_fds = g_main_context_query (context, priority, &timeout_, NULL, n_fds); in test_far_future_ready_time()
Dmainloop.c1106 g_main_context_query (context, 0, NULL, NULL, 0); in test_unref_while_pending()
1255 n = g_main_context_query (context, max_priority, &timeout, poll_fds, 10); in assert_main_context_state()
1714 nfds = g_main_context_query (ctx, G_MAXINT, NULL, in test_nfds()
1738 nfds = g_main_context_query (ctx, G_MAXINT, NULL, in test_nfds()
1760 nfds = g_main_context_query (ctx, G_MAXINT, NULL, in test_nfds()
1773 nfds = g_main_context_query (ctx, G_PRIORITY_DEFAULT, NULL, in test_nfds()
1790 nfds = g_main_context_query (ctx, G_MAXINT, NULL, in test_nfds()
/third_party/glib/glib/
Dgmain.h402 gint g_main_context_query (GMainContext *context,
Dgmain.c3761 g_main_context_query (GMainContext *context, in g_main_context_query() function
4113 while ((nfds = g_main_context_query (context, max_priority, &timeout, fds, in g_main_context_iterate()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt816 g_main_context_query
/third_party/glib/
DNEWS3980 756099 g_main_context_query(): Annotate @n_fds as (in) parameter