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()
261 glib_pollfds_idx = gpollfds->len; in glib_pollfds_fill()
266 g_array_set_size(gpollfds, glib_pollfds_idx + glib_n_poll_fds); in glib_pollfds_fill()
267 pfds = &g_array_index(gpollfds, GPollFD, glib_pollfds_idx); in glib_pollfds_fill()
284 GPollFD *pfds = &g_array_index(gpollfds, GPollFD, glib_pollfds_idx); in glib_pollfds_poll()
305 ret = qemu_poll_ns((GPollFD *)gpollfds->data, gpollfds->len, timeout); in os_host_main_loop_wait()
488 nfds = pollfds_fill(gpollfds, &rfds, &wfds, &xfds);
495 pollfds_poll(gpollfds, nfds, &rfds, &wfds, &xfds);
565 .pollfds = gpollfds, in main_loop_wait()
[all …]