Searched defs:FdSetE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp970 fd_set FdSetE; local
971 FD_ZERO(&FdSetE);
972 FD_SET(hNative, &FdSetE);
977 rc = select(hNative + 1, &FdSetR, NULL, &FdSetE, &TvTimeout);
982 if (FD_ISSET(hNative, &FdSetE))

Completed in 45 milliseconds