Home | History | Annotate | Download | only in native

Lines Matching refs:wfds

6606     fd_set wfds;
6618 FD_ZERO(&wfds);
6623 FD_SET(intFd, &wfds);
6646 result = select(maxFd + 1, &rfds, &wfds, NULL, ptv);