Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/
Dchild-test.c123 GMainLoop *new_main_loop; in test_thread() local
128 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()