Home
last modified time | relevance | path

Searched defs:wfds (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_pty.py239 def _mock_select(self, rfds, wfds, xfds): argument
/external/python/cpython3/Lib/test/
Dtest_pty.py251 def _mock_select(self, rfds, wfds, xfds): argument
/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_syscall_vdso.c210 fd_set wfds; variable
/external/wpa_supplicant_8/src/utils/
Deloop.c1068 fd_set *rfds, *wfds, *efds; in eloop_run() local