Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dos-win32.h173 bool qemu_socket_select(int sockfd, WSAEVENT hEventObject,
/openbmc/qemu/util/
H A Doslib-win32.c294 bool qemu_socket_select(int sockfd, WSAEVENT hEventObject, in qemu_socket_select() function
318 return qemu_socket_select(sockfd, NULL, 0, errp); in qemu_socket_unselect()
H A Daio-win32.c124 qemu_socket_select(fd, event, bitmask, NULL); in aio_set_fd_handler()
/openbmc/qemu/io/
H A Dchannel-watch.c284 qemu_socket_select(sockfd, ioc->event, in qio_channel_create_socket_watch()