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

/vbox/src/VBox/Main/include/
H A DUSBProxyService.h233 RTPIPE mhWakeupPipeR; member in class:USBProxyServiceLinux
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp988 int mhWakeupPipeR; member in class:hotplugInotifyImpl
1091 mhWakeupPipeR(-1), mhWakeupPipeW(-1), mfWaiting(0),
1109 if (RT_FAILURE(rc = pipeCreateSimple(&mhWakeupPipeR, &mhWakeupPipeW)))
1121 if (mhWakeupPipeR != -1)
1123 close(mhWakeupPipeR);
1124 mhWakeupPipeR = -1;
1158 cbRead = read(mhWakeupPipeR, szBuf, sizeof(szBuf));
1184 pollFD[RPIPE_ID].fd = mhWakeupPipeR;

Completed in 1042 milliseconds