Home
last modified time | relevance | path

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

/hurd/
A Dhurdselect.c48 fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in _hurd_select() argument
239 if (exceptfds == NULL) in _hurd_select()
242 xfds = *exceptfds; in _hurd_select()
256 if (exceptfds != NULL && FD_ISSET (i, &xfds)) in _hurd_select()
632 if (exceptfds != NULL && FD_ISSET (i, exceptfds)) in _hurd_select()
646 else if (exceptfds) in _hurd_select()
647 FD_CLR (i, exceptfds); in _hurd_select()
/hurd/hurd/
A Dfd.h281 fd_set *readfds, fd_set *writefds, fd_set *exceptfds,

Completed in 6 milliseconds