Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgmain.c4083 gboolean got_ownership; in g_main_context_iterate() local
4090 got_ownership = g_main_context_wait_internal (context, in g_main_context_iterate()
4094 if (!got_ownership) in g_main_context_iterate()
4292 gboolean got_ownership = FALSE; in g_main_loop_run() local
4300 while (g_atomic_int_get (&loop->is_running) && !got_ownership) in g_main_loop_run()
4301 got_ownership = g_main_context_wait_internal (loop->context, in g_main_loop_run()
4308 if (got_ownership) in g_main_loop_run()
4314 g_assert (got_ownership); in g_main_loop_run()