Searched refs:quit_loop (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gio/tests/ |
D | appmonitor.c | 63 quit_loop (gpointer data) in quit_loop() function 92 g_timeout_add_seconds (3, quit_loop, loop); in test_app_monitor() 101 g_timeout_add_seconds (3, quit_loop, loop); in test_app_monitor()
|
D | network-monitor-race.c | 24 quit_loop (gpointer user_data) in quit_loop() function 35 g_timeout_add (100, quit_loop, user_data); in thread_func()
|
/third_party/glib/tests/ |
D | child-test.c | 107 quit_loop (gpointer data) in quit_loop() function 173 g_timeout_add_seconds (30, quit_loop, main_loop); in main()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-device-monitor.c | 279 quit_loop (GMainLoop * loop) in quit_loop() function 387 g_idle_add ((GSourceFunc) quit_loop, app.loop); in main()
|
/third_party/libsoup/tests/ |
D | connection-test.c | 508 quit_loop (gpointer data) in quit_loop() function 522 quit_loop_timeout = g_timeout_add (100, quit_loop, NULL); in max_conns_request_started() 559 quit_loop_timeout = g_timeout_add (1000, quit_loop, NULL); in do_max_conns_test_for_session() 577 quit_loop_timeout = g_timeout_add (1000, quit_loop, NULL); in do_max_conns_test_for_session()
|
/third_party/glib/glib/tests/ |
D | mainloop.c | 272 quit_loop (gpointer data) in quit_loop() function 322 g_source_set_callback (source, quit_loop, loop, NULL); in thread_func() 452 g_source_set_callback (timeout, quit_loop, inner, NULL); in run_inner_loop() 498 g_source_set_callback (end, quit_loop, loop, NULL); in test_child_sources() 616 g_source_set_callback (data->new_child, quit_loop, data->loop, NULL); in swap_sources()
|