Searched refs:exceptfds (Results 1 – 2 of 2) sorted by relevance
48 fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in _hurd_select() argument239 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()
281 fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
Completed in 7 milliseconds