![]() |
Moonlight-XboxOG latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
|
Implements poll compatibility shims for nxdk. More...
#include <cerrno>#include <cstddef>#include <poll.h>#include <sys/socket.h>#include <sys/time.h>Functions | |
| int | poll (struct pollfd *fds, nfds_t nfds, int timeout) |
| Emulate poll by translating the requested events into select sets. | |
Implements poll compatibility shims for nxdk.
| int poll | ( | struct pollfd * | fds, |
| nfds_t | nfds, | ||
| int | timeout ) |
Emulate poll by translating the requested events into select sets.
| fds | File descriptor array to test. |
| nfds | Number of entries in fds. |
| timeout | Timeout in milliseconds, or a negative value to wait indefinitely. |