Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dglib-private.h83 GMainContext * g_main_context_new_with_next_id (guint next_id);
109 GMainContext * (* g_main_context_new_with_next_id) (guint next_id); member
Dglib-private.c45 g_main_context_new_with_next_id, in glib__private__()
Dgmain.c641 g_main_context_new_with_next_id (guint next_id) in g_main_context_new_with_next_id() function
/third_party/glib/glib/tests/
Dmainloop.c892 ctx = GLIB_PRIVATE_CALL (g_main_context_new_with_next_id) (G_MAXUINT-1); in test_mainloop_overflow()