Home
last modified time | relevance | path

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

/arch/um/os-Linux/
A Dfile.c681 struct pollfd pollfds[2] = {}; in os_poll() local
685 if (n > ARRAY_SIZE(pollfds)) in os_poll()
689 pollfds[i].fd = fds[i]; in os_poll()
690 pollfds[i].events = POLLIN; in os_poll()
693 ret = poll(pollfds, n, -1); in os_poll()
699 if (pollfds[i].revents) in os_poll()

Completed in 4 milliseconds