Home
last modified time | relevance | path

Searched refs:win32_fd_poll (Results 1 – 1 of 1) sorted by last modified time

/qemu/io/
H A Dchannel-command.c186 static bool win32_fd_poll(int fd, gushort events) in win32_fd_poll() function
214 if (!cioc->blocking && !win32_fd_poll(cioc->readfd, G_IO_IN)) { in qio_channel_command_readv()
249 if (!cioc->blocking && !win32_fd_poll(cioc->writefd, G_IO_OUT)) { in qio_channel_command_writev()