Searched refs:mhWakeupPipeR (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/linux/
H A DUSBProxyServiceLinux.cpp63 : USBProxyService(aHost), mhFile(NIL_RTFILE), mhWakeupPipeR(NIL_RTPIPE),
111 rc = RTPipeCreate(&mhWakeupPipeR, &mhWakeupPipeW, 0 /*fFlags*/);
125 RTPipeClose(mhWakeupPipeR);
127 mhWakeupPipeW = mhWakeupPipeR = NIL_RTPIPE;
216 RTPipeClose(mhWakeupPipeR);
218 mhWakeupPipeW = mhWakeupPipeR = NIL_RTPIPE;
328 PollFds[1].fd = RTPipeToNative(mhWakeupPipeR);
340 rc = RTPipeReadBlocking(mhWakeupPipeR, szBuf, sizeof(szBuf), NULL);
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;
/vbox/src/VBox/Main/include/
H A DUSBProxyService.h233 RTPIPE mhWakeupPipeR; member in class:USBProxyServiceLinux

Completed in 47 milliseconds