Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dmain-loop.c154 static GArray *gpollfds; variable
174 gpollfds = g_array_new(FALSE, FALSE, sizeof(GPollFD)); in qemu_init_main_loop()
264 glib_pollfds_idx = gpollfds->len; in glib_pollfds_fill()
269 g_array_set_size(gpollfds, glib_pollfds_idx + glib_n_poll_fds); in glib_pollfds_fill()
270 pfds = &g_array_index(gpollfds, GPollFD, glib_pollfds_idx); in glib_pollfds_fill()
287 GPollFD *pfds = &g_array_index(gpollfds, GPollFD, glib_pollfds_idx); in glib_pollfds_poll()
308 ret = qemu_poll_ns((GPollFD *)gpollfds->data, gpollfds->len, timeout); in os_host_main_loop_wait()
491 nfds = pollfds_fill(gpollfds, &rfds, &wfds, &xfds);
498 pollfds_poll(gpollfds, nfds, &rfds, &wfds, &xfds);
568 .pollfds = gpollfds, in main_loop_wait()
[all …]