Home
last modified time | relevance | path

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

/qemu/chardev/
H A Dchar-pty.c96 rc = RETRY_ON_EINTR(g_poll(&pfd, 1, 0)); in pty_chr_update_read_handler()
123 rc = RETRY_ON_EINTR(g_poll(&pfd, 1, 0)); in char_pty_chr_write()
/qemu/scripts/coverity-scan/
H A Dmodel.c263 int g_poll (GPollFD *fds, unsigned nfds, int timeout) in g_poll() function
/qemu/io/
H A Dchannel-command.c192 res = g_poll(&pfd, 1, 0); in win32_fd_poll()
/qemu/backends/tpm/
H A Dtpm_util.c127 n = RETRY_ON_EINTR(g_poll(fds, 1, 1000)); in tpm_util_request()
/qemu/util/
H A Dqemu-timer.c354 return g_poll(fds, nfds, qemu_timeout_ns_to_ms(timeout)); in qemu_poll_ns()