Searched defs:xfds (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/bin/tests/virtual-time/ |
H A D | vtwrapper.c | 206 select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *xfds, argument 216 return syscall(SYS_select, nfds, rfds, wfds, xfds, timeout); 219 return syscall(SYS_select, nfds, rfds, wfds, xfds, &tv); 221 return syscall(SYS_select, nfds, rfds, wfds, xfds, timeout);
|
Completed in 22 milliseconds