Searched refs:wfds (Results 1 – 1 of 1) sorted by relevance
55 fd_set rfds, wfds, xfds; in _hurd_select() local236 FD_ZERO (&wfds); in _hurd_select()238 wfds = *writefds; in _hurd_select()254 if (writefds != NULL && FD_ISSET (i, &wfds)) in _hurd_select()
Completed in 5 milliseconds