Searched refs:rfds (Results 1 – 1 of 1) sorted by relevance
55 fd_set rfds, wfds, xfds; in _hurd_select() local232 FD_ZERO (&rfds); in _hurd_select()234 rfds = *readfds; in _hurd_select()252 if (readfds != NULL && FD_ISSET (i, &rfds)) in _hurd_select()
Completed in 4 milliseconds