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

/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp966 fd_set FdSetR; local
967 FD_ZERO(&FdSetR);
968 FD_SET(hNative, &FdSetR);
977 rc = select(hNative + 1, &FdSetR, NULL, &FdSetE, &TvTimeout);

Completed in 47 milliseconds