Searched refs:main_loop (Results 1 – 11 of 11) sorted by relevance
| /openbmc/qemu/tests/unit/ |
| H A D | iothread.c | 25 GMainLoop *main_loop; member 41 iothread->main_loop = g_main_loop_new(iothread->worker_context, TRUE); in iothread_init_gcontext() 91 g_main_loop_unref(iothread->main_loop); in iothread_join()
|
| H A D | test-char.c | 31 static void main_loop(void) in main_loop() function 870 main_loop(); in char_websock_test() 877 main_loop(); in char_websock_test() 933 main_loop(); in char_pipe_test() 1027 main_loop(); in char_udp_test_internal() 1688 main_loop(); in char_file_fifo_test()
|
| /openbmc/qemu/ |
| H A D | iothread.c | 70 g_main_loop_run(iothread->main_loop); in iothread_run() 86 if (iothread->main_loop) { in iothread_stop_bh() 87 g_main_loop_quit(iothread->main_loop); in iothread_stop_bh() 135 g_main_loop_unref(iothread->main_loop); in iothread_instance_finalize() 136 iothread->main_loop = NULL; in iothread_instance_finalize() 151 iothread->main_loop = g_main_loop_new(iothread->worker_context, TRUE); in iothread_init_gcontext()
|
| /openbmc/u-boot/common/ |
| H A D | main.c | 41 void main_loop(void) in main_loop() function
|
| H A D | board_r.c | 634 main_loop(); in run_main_loop()
|
| H A D | Kconfig | 54 3,910,375 250,777 main_loop
|
| /openbmc/qemu/include/system/ |
| H A D | iothread.h | 31 GMainLoop *main_loop; member
|
| /openbmc/qemu/python/qemu/qmp/ |
| H A D | qmp_tui.py | 399 main_loop = urwid.MainLoop(urwid.AttrMap(self.window, 'background'), 408 main_loop.run()
|
| /openbmc/u-boot/include/ |
| H A D | common.h | 76 void main_loop (void);
|
| /openbmc/u-boot/doc/ |
| H A D | README.x86 | 754 2,428,215 6,425 main_loop
|
| /openbmc/u-boot/ |
| H A D | README | 283 - execution eventually continues to main_loop()
|