Searched refs:got_ownership (Results 1 – 2 of 2) sorted by relevance
2391 gboolean got_ownership; in g_main_context_iterate() local2403 got_ownership = g_main_context_wait (context, in g_main_context_iterate()2407 if (!got_ownership) in g_main_context_iterate()2603 gboolean got_ownership = FALSE; in g_main_loop_run() local2623 while (loop->is_running && !got_ownership) in g_main_loop_run()2624 got_ownership = g_main_context_wait (loop->context, in g_main_loop_run()2631 if (got_ownership) in g_main_loop_run()2637 g_assert (got_ownership); in g_main_loop_run()
1726 !loop->is_running or got_ownership, not both.