Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dpoll-win32.c473 fd_set rfds, wfds, xfds; in pa_poll() local
486 FD_ZERO (&xfds); in pa_poll()
519 FD_SET ((SOCKET) h, &xfds); in pa_poll()
545 if (select (0, &rfds, &wfds, &xfds, &tv) > 0) in pa_poll()
586 select (0, &rfds, &wfds, &xfds, &tv); in pa_poll()
618 if (FD_ISSET ((SOCKET) h, &xfds)) in pa_poll()
/third_party/python/Lib/test/
Dtest_pty.py370 def _mock_select(self, rfds, wfds, xfds, timeout=0): argument