Searched refs:new_main_loop (Results 1 – 1 of 1) sorted by relevance
123 GMainLoop *new_main_loop; in test_thread() local128 new_main_loop = g_main_loop_new (NULL, FALSE); in test_thread()133 g_source_attach (source, g_main_loop_get_context (new_main_loop)); in test_thread()140 g_main_loop_run (new_main_loop); in test_thread()