Searched refs:g_poll (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/chardev/ |
H A D | char-pty.c | 98 rc = RETRY_ON_EINTR(g_poll(&pfd, 1, 0)); in pty_chr_update_read_handler() 125 rc = RETRY_ON_EINTR(g_poll(&pfd, 1, 0)); in char_pty_chr_write()
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | model.c | 263 int g_poll (GPollFD *fds, unsigned nfds, int timeout) in g_poll() function
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_util.c | 127 n = RETRY_ON_EINTR(g_poll(fds, 1, 1000)); in tpm_util_request()
|
/openbmc/qemu/io/ |
H A D | channel-command.c | 192 res = g_poll(&pfd, 1, 0); in win32_fd_poll()
|
/openbmc/qemu/util/ |
H A D | qemu-timer.c | 344 return g_poll(fds, nfds, qemu_timeout_ns_to_ms(timeout)); in qemu_poll_ns()
|