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

/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp1108 #define VDSOCKET_POLL_ID_PIPE 1 macro
1138 RTPOLL_EVT_READ, VDSOCKET_POLL_ID_PIPE);
1145 RTPollSetRemove(pSockInt->hPollSet, VDSOCKET_POLL_ID_PIPE);
1181 rc = RTPollSetRemove(pSockInt->hPollSet, VDSOCKET_POLL_ID_PIPE);
1399 Assert(id == VDSOCKET_POLL_ID_PIPE);
1492 Assert(id == VDSOCKET_POLL_ID_PIPE);

Completed in 56 milliseconds