Searched refs:g_main_context_query (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/glib/tests/ |
D | timeout.c | 127 n_fds = g_main_context_query (context, priority, &timeout_, NULL, n_fds); in test_far_future_ready_time()
|
D | mainloop.c | 1106 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/ |
D | gmain.h | 402 gint g_main_context_query (GMainContext *context,
|
D | gmain.c | 3761 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/ |
D | glib-sections.txt | 816 g_main_context_query
|
/third_party/glib/ |
D | NEWS | 3980 756099 g_main_context_query(): Annotate @n_fds as (in) parameter
|