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

/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp1448 fd_set fdsetW; local
1451 FD_ZERO(&fdsetW);
1457 FD_SET(pThis->hNative, &fdsetW);
1463 rc = select(fdMax, &fdsetR, &fdsetW, &fdsetE, NULL);
1469 rc = select(fdMax, &fdsetR, &fdsetW, &fdsetE, &timeout);
1475 if (FD_ISSET(pThis->hNative, &fdsetW))

Completed in 159 milliseconds