Home
last modified time | relevance | path

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

/hurd/
A Dhurdselect.c578 int_fast16_t revents = 0; in _hurd_select() local
584 revents = POLLHUP; in _hurd_select()
587 revents = POLLNVAL; in _hurd_select()
590 revents = POLLERR; in _hurd_select()
597 revents |= POLLIN; in _hurd_select()
599 revents |= POLLOUT; in _hurd_select()
601 revents |= POLLPRI; in _hurd_select()
604 pollfds[i].revents = revents; in _hurd_select()

Completed in 6 milliseconds