Searched defs:wfds (Results 1 – 4 of 4) sorted by relevance
239 def _mock_select(self, rfds, wfds, xfds): argument
251 def _mock_select(self, rfds, wfds, xfds): argument
210 fd_set wfds; variable
1068 fd_set *rfds, *wfds, *efds; in eloop_run() local