Searched refs:qemu_iohandler_fill (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | iohandler.c | 91 void qemu_iohandler_fill(int *pnfds, fd_set *readfds, fd_set *writefds, fd_set *xfds) in qemu_iohandler_fill() function
|
D | qemu-common.h | 242 void qemu_iohandler_fill(int *pnfds, fd_set *readfds, fd_set *writefds, fd_set *xfds);
|
D | vl.c | 1743 qemu_iohandler_fill(&nfds, &rfds, &wfds, &xfds); in main_loop_wait()
|
D | vl-android.c | 1949 qemu_iohandler_fill(&nfds, &rfds, &wfds, &xfds); in main_loop_wait()
|